Interrupting Execution of SQL Source
Feature Only in Enterprise Edition This feature is supported only in Visual C++ Enterprise Edition. For more information, see .
There may be times, such as during an infinite loop, when you cannot set a breakpoint to halt the SQL source code. In such cases, you can interrupt your SQL code by clicking Break on the Debug menu. This action returns control to the client application.
Note Interrupting execution while Windows or other system code is running may produce unpredictable results.