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 2005 Forums
 SQL Server Administration (2005)
 Insert data from one server to another server

Author  Topic 

ganeshkumar08
Posting Yak Master

187 Posts

Posted - 2009-08-05 : 05:35:58
Hi All,

I have 2 servers in different location like server1 and server2, and database like Test1 and Test2.
I have following tables
1) Players
2) Competition
3) Squads
4) Clubs, in Test1 and Test2 database.

I have to insert Server1.Test1.Players data to Server2.Test2.Players

can i know how to do this.

Thanks
Ganesh




Solutions are easy. Understanding the problem, now, that's the hard part

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2009-08-05 : 05:53:46
1 Import/export wizard
2 Linked Server

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -