How to debug stored procedures in SQL Server 2008 Management Studio?
I try to put a breakpoint on the SQL query, and then click on the debug start button, but I get an error that debugging cannot be started on my machine:
Debug cannot be started at <machine name>.
I do not want to use CLR debugging. How to debug stored procedures?
Aj01 source share