Copy one file to three different locations... -
10-19-2003
, 01:34 AM
You coukld create 3 jobs then start them from a
controlling job using sp_start_job.
You could put the 3 commands into different steps in a dts
package and if they have no dependencies they should run
at the same time.
Test it first to see that running the copies together is
faster than one after another. |