February 26, 2009 at 9:06 pm
When I run sp_configure or other simple T-SQL (sp_who2), the debugger automatically comes up some times (debugging query...). Why? I do not need debug those built-in SQL command. Is there any default setting to enable or disable it?
Any advice?
February 26, 2009 at 10:10 pm
I am not sure about the option to "Enable/Disable" debugging on all queries. I doubt this could also be one of the reason.
The shortcut for debugging is "Alt + F5"
We usually use "F5" key to execute the query.
May be when you are trying to execute the "Alt" key is stuck and as a result "Alt+F5" is rendered instead of "F5".
Pradeep Adiga
Blog: sqldbadiaries.com
Twitter: @pradeepadiga
February 28, 2009 at 10:34 am
Thank you. That helps me to figure out what was wrong.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply