A1VBCode Forums

Do MS SQL server have break point like in vb?


http://www.a1vbcode.com/vbforums/Topic28076.aspx

By Makura - 8/24/2009

Is there a way in MS SQL server where we can put break point in stored procedure like in vb.
By Mark - 10/7/2009

From Query Analyzer you can right click on your stored procedure and select debug. You can then step through the procedure.