Click here to Skip to main content
15,916,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Anyone can help me, to insert data from one table that is in local sqlserver into another sql server that is another machine.

With the help of query.Import/Export wizard will not be use..


Please help me!!!!!!!



Regards
Seema
Posted
Updated 27-Jul-11 5:31am
v2

 
Share this answer
 
If you're just looking to migrate data one-time, the import/export wizard can help: http://go.microsoft.com/fwlink/p/?LinkId=167982[^].

SQL Server Integration services can also help (even if you don't need to migrate and change the schema) but that may have been introduced in SQL Server 2008.

If you need to do this regularly, you may rethink your design. This can be expensive and prone to merge errors. What you could do instead is replicate the database to other servers. See http://msdn.microsoft.com/en-us/library/ms151198(v=SQL.90).aspx[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900