![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When creating a DTS package that copies multiple tables from one sql server to another, is there an advantage to copying tables simultaneously as opposed to using on-completion steps and copying the tables one at a time? I would think that the server could copy one table at a time just as fast as it could copying multiple tables at the same time, as the amount of data moved is the same using either method. I read somewhere that the server may be faster doing the tables asynchronously. Is this true? Walter |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks for the response. I don't have a specific issue. I was developing a large DTS package and was creating it so that one table at a time was copied. I've seen some DTS packages that don't use the completion steps and just have a number of transform data tasks executing together. I was just curious if there was a definate difference and if one method was preferred over the other. Thanks again, Walter |
![]() |
| Thread Tools | |
| Display Modes | |
| |