backward-compatibility lost after 'qualify object names'
AndrewRMClarke
Posts: 73 Bronze 2
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
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.