Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hai,
i want to know how to automatically transfer SQL server database's data
from one server to another Server???
Is it possible using Sql Server Replication??? if yes can u please provide the cofiguration steps
thank you
Posted
Comments
Baconbutty 18-Jun-10 3:31am    
I'm sure this sort of question will be covered in a simple Google search.

Lo and behold - first one on my query list - http://support.microsoft.com/kb/224071

Please try harder.

1 solution

hi friend,

Yes, it is possible,

but for that you have to manage the things like-

Sql server having the rights of admin, and the another sql server in must be in you network,

after that just do this

right click on the database in sql server => choose "Copy database" from context menu, now one wizard will be open,

after that, choose source server,and authentication, and press next, it will done.

Thanks

Mahesh Patel
 
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