Groups | Blog | Home
all groups > sql server dts > january 2006 >

sql server dts : what to use



Jeff A. Stucker (MVP)
1/11/2006 10:34:35 PM
If it's really that simple, you shouldn't have a problem putting them all
into one package.

If you want to re-run portions of the package, that would be a good reason
to break them out to separate packages.

Also, if you are concerned about recovering from errors by re-running
individual tasks, that might justify splitting them up.
--
Cheers,

'(' Jeff A. Stucker
\
Senior Consultant
www.rapidigm.com

[quoted text, click to view]

Allan Mitchell
1/11/2006 10:37:10 PM
Hello Vikram,

There is no "Best" tool IMHO. Different things work in different situations
and different tools suit different people.

For your situation using DTS I would have 1 package with 10 Transform Data
Tasks.


Allan


[quoted text, click to view]

Vikram
1/12/2006 11:53:53 AM
I want to tranfer data from 10 tables from server a to server 2.
for this what is best approach and why ?
1. make seprate DTS for each table
2. make one DTS for each table

AddThis Social Bookmark Button