I am executing multiple stored procedures from within a TransactionScope. Is there any way to execute a SqlCommand (while still within the scope of the using statement) but remove it from the transaction?
There are SqlCommands executed before and after it that do need to be within the one transaction.