Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy data from Sql 2000 server to a Sql 7 server

Status
Not open for further replies.

orman

IS-IT--Management
Jun 14, 2001
123
US
I need to automate copying queried data from a table in a Sql 2000 server, and paste it into a table in a Sql 7 server on the same network. What is the best way to do this?
 
I would use a DTS package on the SQL Server 2000 server to move the data to the SQL7 server.
 
DTS, BCP or a linked server will all work nicley.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)

[noevil]
(Not quite so old any more.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top