Common Procedure Reference (Debugging Transact-SQL)
This topic applies to:
Visual Studio Ultimate |
Visual Studio Premium |
Visual Studio Professional |
Visual Studio Express |
---|---|---|---|
This section describes common procedures that occur when debugging Transact-SQL with Visual Studio and SQL Server beginning with SQL Server 2005.
In This Section
How to: Connect to a Database with Server Explorer
Describes how to set up a database connection with Server Explorer in Visual Studio. This is required for multi-tier debugging.How to: Step into an Object Using Server Explorer
Describes how to directly debug database objects from Server Explorer whether inside or outside of a project.How to: Debug with a SQL Server Database Project or Server Project
Describes how to debug with a SQL Server Database or Server project.Transact-SQL Object Debugging Using the Locals and Watch Windows
Describes the debugger windows you can use while debugging Transact-SQL.How to: Enable Transact-SQL Debugging For a C++, Visual Basic, or C# Project
Describes how to enable SQL Server debugging for a C++, Visual Basic, or C# project.