Hi,
I have a long sql code with a transaction.
Inside the transaction there is a statement DBCC operation.
The problem is that into a Transaction is not possible to perform a DBCC operation.
How can I do?
Is there a way to stop (pause) the transaction and the resume it or exclude the piece of code from transaction ?
Thank