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

Copying Table and Data

Status
Not open for further replies.

Steve95

MIS
Nov 3, 2004
265
US
Hi All

Iam working with sql 2005 and have a table sitting on a different server and db. I want to copy the table structure and data across to another server, how do I do this?

Many Thanks
 
1. First script out the table structure from first server

2. Export data using BCP

3. Import data using BCP or BULKINSERT

4. If you are familiar with SSIS/DTS, using SSIS or DTS to transfer data. You need to migrate DTS to SQL 2005 environment if you decide to use DTS to transfer.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top