PRB: SELECT INTO Fails Inside a User-Defined TransactionID: Q67874
|
The following message is received when a SELECT INTO is used inside
a user-defined transaction:
SELECT INTO command not allowed within multi-statement transaction.
The SELECT INTO command is a nonlogged operation and is not allowed inside a user-defined transaction (BEGIN TRAN ... COMMIT TRAN).
If it is necessary to associate a table created with a SELECT INTO
to a transaction, you can use the following method:
Additional query words: Transact-SQL Windows NT
Keywords : kbprg SSrvGen SSrvWinNT
Version : 4.2 | 4.2
Platform : OS/2 WINDOWS
Issue type :
Last Reviewed: March 10, 1999