Feature Only in Enterprise Edition This feature is supported only in Visual C++ Enterprise Edition. For more information, see Visual C++ Editions.
You can step through your SQL source code one statement at a time by using the Step Over command. You can also exit from SQL code immediately and return to the client application by using the Step Out command.
To run the next statement in the SQL source
When the SQL code comes to the breakpoint, the debugger pauses.
The debugger executes the next statement.
To exit from SQL source code
The debugger executes to the end of the SQL code.