Cannot execute queries from SQL Server 2008 Management Studio
I've installed SQL Server Management Studio 2008 on my Windows XP PC.
After I connected a SQL Server on a remote machine and tried to execute ANY query from the Query window, it failed with the message:
"Unable to start T-SQL Debugging. Could not attach to SQL Server process 'on
As per the article "Configuring the Transact-SQL Debugger" http://msdn.microsoft.com/en-us/library/cc646024.aspx I checked the firewall on my PC. It was disabled. But the error still occured.
My co-worker managed to execute queries from Management Studio 2008 installed on his PC by connecting the same server that I did.
How 开发者_StackOverflow社区can I fix the problem? I did not want to debug queries, just to execute them.
Thanks, Lev
To execute the query without it trying to run it in debug mode press the red exclamation mark on the toolbar or hit F5
rather than by hitting the green play button.
精彩评论