SQL Server 2008 T-SQL Debugger

The Transact-SQL debugger in SQL Server Management Studio enables you to find errors in Transact-SQL scripts, stored procedures, triggers, and functions by observing their run-time behavior. You can start the debugger when you are using the Database Engine Query Editor window.

By using the Transact-SQL debugger, you can do the following:

• Step through the Transact-SQL statements in the editor line by line, or set breakpoints to stop at specific lines.
• Step into or over Transact-SQL stored procedures, functions, or triggers that are run by the code in the editor window.
• Watch the values that are igned to variables, and observe system objects such as the call stack and threads.

Duration : 0:4:37


[youtube 618LE_FZCxI]

2 Responses to “SQL Server 2008 T-SQL Debugger”

  1. i have Microsoft …
    i have Microsoft Visual Studio 2008 but i can’t see SQL Server 2008 ??????

  2. Thanks for the …
    Thanks for the video.
    I hope to make its resolution higher + the sound was little bit low (I felt sleepy).

    It is nice video … keep the good work up!

    Thanks again.

Leave a Reply