Logo 
Search:

SQL Server Video

Submit Video
Home » Videos » SQL Server

SQL Server 2008 T-SQL Debugger

  Shared By: Vendoran      Date: Jun 13      Category: SQL Server     
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 assigned to variables, and observe system objects such as the call stack and threads.
 
Share: 

Didn't find what you were looking for? Find more on SQL Server 2008 T-SQL Debugger Or get search suggestion and latest updates.

 

Related Videos