DTS "Execute SQL Task" -
03-26-2006
, 05:46 PM
I have a Execute SQL Task that copy/transfer a big SQL table by executing:
insert into .... select ... from ....
Is there any benefit to run the sql in DTS (batch/lock handling)? Or it's
the same to run it use Job schedule or just isqlw? |