Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 DTS how to.....

Author  Topic 

qman
Constraint Violating Yak Guru

442 Posts

Posted - 2007-08-15 : 07:45:31
Would someone be so kind to explain to me how to create a DTS package that points from a SQL Server 2000 db living on one box to a SQL Server 2005 db living on another box?

nr
SQLTeam MVY

12543 Posts

Posted - 2007-08-15 : 12:33:35
dts is a client app so needs to get a connection to verything it accesses.
For this just create a source connection to one server and the destination connection to the other.

I make the servers and databases configurable via global variables.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -