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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

importing the data

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi,
I wanted to know how we could get data from a remote SQL server 7.0 to a local SQL server 2000
 
yes, I did it. John Fill
1c.bmp


ivfmd@mail.md
 
I've added the remote server regystration to my enterprise manager. RClick with mouse on a server in a group in EnterpriseManager and choose that option. John Fill
1c.bmp


ivfmd@mail.md
 

You can use Data Transformation Services (DTS). Start the import/export wizard. Choose the source and dustination servers. Choose the table(s) to transfer.

Link the SQL 7 server to the SQL 2000 Server and use remote queries to move the data.

Export data from SQL 7 with BCP. BCP into SQL 2000.

There are many ways. My preference is DTS for transferring full tables. I use linked servers in some cases for small tables or updates. Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it if you have time.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top