The SQL Debugger
Feature Only in Enterprise Edition This feature is supported only in Visual C++ Enterprise Edition. For more information, see Visual C++ Editions.
Microsoft Visual C++ Enterprise Edition provides an integrated SQL debugger to help locate bugs in SQL language stored procedures. Using the SQL debugger, you can:
-
Display the SQL call stack, local variables, and parameters for the SQL stored procedure.
-
Control and manage breakpoints.
-
View and modify locals and parameters.
-
Use DataTips to easily display the value of a variable.
-
View threads for both the client and the SQL Server.
-
View globals.
-
Debug any stored procedure.
-
Debug both C/C++ code and SQL Server code in the same debug session.
For more information, see Debugging SQL.