September 7, 2010 at 10:03 am
I am running a query and it gives me an error on line 216. Is there some way I can have the system find that line for me to troubleshoot?
September 7, 2010 at 10:07 am
Assuming that you're running a query (as stated), and not a stored procedure - just double-click on the error message. That will usually take you to either the line with the error, or the line that is at the start of the command that contains the error.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
September 7, 2010 at 10:09 am
Awesome, thanks!! I knew there had to be a way.
September 7, 2010 at 10:47 am
If you are a keyboard shortcut person, as I am:-D, you can also use the keyboard shortcut CTRL + G that will bring up the "Go to Line..." prompt.
Shawn Melton
Twitter: @wsmelton
Blog: wsmelton.github.com
Github: wsmelton
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply