Options

backward-compatibility lost after 'qualify object names'

When I use SQL Refactor 1.1.0.57 and I choose to qualify object names, it qualifies the table variables which will then not compile with SQL Server 2000!

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Andrew!

    I'm not sure that I completely understand the problem. Is it happening when you declare a table variable?

    DECLARE @tb TABLE

    If you wouldn't mind a bit of example script, that would be most helpful.
Sign In or Register to comment.