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

working with 2 different data bases on different servers.

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
There are 2 data bases on different servers.If any operation is performed on one data base it should reflect on the other data base.Can somebody suggest some code to do this.
 
Standard MS SQL server replication???? br
Gerard
(-:

Better a known bug then a new release.


| Do it!
|
V
 
We are implementing Log shipping to accomplish this. Refer to the link below.

It does a great job describing how to do this.
If you want a solution that be immediate failover both ways you may want to look at replication or a third party software. We chose log shipping because we did not want automatic failover because of the application that we were running also has to be synced. We also are having to make sure that text and image files get "replicated" to our stand-by server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top