INF: New Server Message 8113 Introduced in SQL 4.21a |
Q122033
As stated on page 190 of the "Transact-SQL Reference Guide":
You cannot use the following statements inside a user-defined
transaction: CREATE DATABASE, CREATE TABLE, ......
Recompilation of a stored procedure that contains a data definition
language statement, such as CREATE TABLE, when a transaction is open will
generate the following error message:
Msg 8113, Level 16, State 1
Unable to recompile '<sp name>', '<DDL statement>' is illegal in an
open transaction.
Keywords : kbother
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ420OS2
|
Last Reviewed: March 21, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |