Sql Server 2008 с пакетом обновления 2
В Management Studio 2008 после установки точки останова на любом фрагменте T-SQL и нажатия кнопки отладки:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Failed to start debugger
------------------------------
ADDITIONAL INFORMATION:
Data is Null. This method or property cannot be called on Null values. (System.Data)
------------------------------
BUTTONS:
OK
------------------------------
После нажатия ОК.
---------------------------
Microsoft SQL Server Management Studio
---------------------------
Unable to start program 'MSSQL:://(local)/master/sys/=0'.
---------------------------
OK
---------------------------
В Visual Studio 2010
---------------------------
Microsoft Visual Studio
---------------------------
The Transact-SQL debugging session could not be started on the remote host. Verify that the instance of SQL Server is configured to enable Transact-SQL debugging.
---------------------------
OK
---------------------------
Следуя совету в другом потоке, безуспешно применять SP2 для SQL Server 2008. Сервер фактически (локальный), не знаю, почему Visual Studio сообщает об этом как о удаленном.