Comments
1 comment
-
Hi Rakesh,
Thanks for pointing this out. We are already aware of the problem. See here:
http://www.red-gate.com/messageboard/vi ... php?t=2617
Regards,
Tilman
Add comment
Please sign in to leave a comment.
USE Northwind
--This works
SELECT * FROM Employees
--The intellisense doesn't work for sql below (notice this is because of the single quote in this comment)
SELECT * FROM Employees
-- ' BUT, this does work (a line separating the comment and the sql)
SELECT * FROM Employees
Regards
Rakesh