Comments
1 comment
-
That's correct it's a bug. Please see my response at the bottom of this thread:
http://www.red-gate.com/MessageBoard/vi ... php?t=4328
It'll be fixed in the 3.1 release which should be available in the next few days. Thanks for reporting this.
Cheers,
Bart
Add comment
Please sign in to leave a comment.
I found a small one for you. I prefix my tables with the owner name and currently it is case sensitive. If I type in "DBO" when is it "dbo", once I select the table from the Candidate List it adds an extra "dbo."
SELECT *
FROM DBO.dbo.Person p
Anyway this is just a small things its not a big deal now that I know its happening.