|
robvolk
Most Valuable Yak
USA
15559 Posts |
Posted - 03/07/2013 : 17:25:05
|
You'd have to use bcp with the queryout option and specify the isolation level in the query expression, for each bcp that you run. I'm not even sure SET TRANSACTION ISOLATION LEVEL will work in that context, but it definitely can't be set one time for an entire batch of bcp commands.
Another option is to set the database to READ COMMITTED SNAPSHOT, that way you'll get snapshot isolation by default. |
 |
|