Comments
2 comments
-
Try removing the blank lines -- the parser did (does?) just handle the chunk of text around the cursor that is delimited by blank lines.
-
OK that seems to work but at the same time sucks! I have seriously complex scripts (unlike this) and need line breaks to help identify segments of code. I cant go through and remove all the whitespace. That would not only be a chore but wouldnt help me in the long run
Add comment
Please sign in to leave a comment.
At first I thought it didnt handle alias' in management studio 2005 so tried it in query analyser but alas it doesnt seem to be able to cope with semi-complex queries
For example in the following query:
If I put a new and statement it intelisenses and produces me a list of available objects and it will intellisense through to the columns etc but if I try to do the same with an alias'd table I receive no help from SQL Prompt