New to here and sorry if I have posted on the wrong forum.
I've installed VS2008,VS2010,VS2012 on my Win 7 x 64 OS. Today I installed SQL Server 2008 R2 and try to debug a T-SQL query like
"If DB_ID('testdb') IS NULL
CREATE DATABASE testdb;"
I can complete the commands successfully but when I click "debug"
I got the following error:
"
TITLE: Microsoft SQL Server Management Studio
------------------------------
Cannot execute script.
------------------------------
ADDITIONAL INFORMATION:
Unable to start the Transact-SQL debugger. The Transact-SQL debugger does not support SQL Server 2005 or earlier versions of SQL Server. (SQLEditors)
------------------------------
BUTTONS:
OK
------------------------------
"
Am I missing anything? Does the error means this, "my default instance was created by SQL Server 2005 but now I try to debug with SQL Server 2008, so I get this error?".
How can I solve the error?
Best regards,
Garros