SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 
        
Home       Members    Calendar    Who's On


1234»»»

Database Mirroring or Log shipping on different server Expand / Collapse
Author
Message
Posted Tuesday, November 18, 2008 8:40 AM


Old Hand

Old HandOld HandOld HandOld HandOld HandOld HandOld HandOld Hand

Group: General Forum Members
Last Login: Tuesday, June 09, 2009 1:25 AM
Points: 304, Visits: 390
I have to implement Database Mirroring or Log shipping on different server in which one server is located in USA and other in Hongkong..
So, which option is best Log Shiping or Mirroring for best performanence? How can i get benifits as well for both?

pls give me ur recommdation..


Thanks & Regards,
Paresh Prajapati
+919924626601
prajapati.paresh@yahoo.com
Post #604457
Posted Tuesday, November 18, 2008 9:51 PM


Old Hand

Old HandOld HandOld HandOld HandOld HandOld HandOld HandOld Hand

Group: General Forum Members
Last Login: Tuesday, June 09, 2009 1:25 AM
Points: 304, Visits: 390
Means i want to say that Mirroring ort shipping is best for both server which are on individual network..???

Thanks & Regards,
Paresh Prajapati
+919924626601
prajapati.paresh@yahoo.com
Post #604841
Posted Tuesday, November 18, 2008 9:55 PM


Old Hand

Old HandOld HandOld HandOld HandOld HandOld HandOld HandOld Hand

Group: General Forum Members
Last Login: Thursday, June 18, 2009 4:41 AM
Points: 321, Visits: 441
Paresh Prajapati (11/18/2008)
I have to implement Database Mirroring or Log shipping on different server in which one server is located in USA and other in Hongkong..
So, which option is best Log Shiping or Mirroring for best performanence? How can i get benifits as well for both?

pls give me ur recommdation..


You will definitely face a speed issue due to the location of the servers


kshitij kumar
Senior Software Engineer
Pune.

krayknot@yahoo.com

Post #604844
Posted Tuesday, November 18, 2008 10:04 PM


Old Hand

Old HandOld HandOld HandOld HandOld HandOld HandOld HandOld Hand

Group: General Forum Members
Last Login: Tuesday, June 09, 2009 1:25 AM
Points: 304, Visits: 390
But Which is best option if i have to implement???
Mirroring or shipping ??


Thanks & Regards,
Paresh Prajapati
+919924626601
prajapati.paresh@yahoo.com
Post #604855
Posted Tuesday, November 18, 2008 10:40 PM
Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Thursday, July 02, 2009 4:53 PM
Points: 1,038, Visits: 1,931
Hi,

this really depends on what you want to implement, since you have only two servers DB Mirroring would be advisable as you dont have to mirror it to multiple servers. And also When DB mirroring is used in Synchronous mode the mirror database is more up to date than log shipping and also its easier to implement.

this link could be useful:
http://blogs.msdn.com/mikewat/archive/2007/07/28/database-mirroring-and-log-shipping-which-is-better.aspx
and also....
http://technet.microsoft.com/en-us/magazine/cc160992.aspx
Post #604874
Posted Tuesday, November 18, 2008 11:02 PM


Old Hand

Old HandOld HandOld HandOld HandOld HandOld HandOld HandOld Hand

Group: General Forum Members
Last Login: Thursday, June 18, 2009 4:41 AM
Points: 321, Visits: 441
Paresh Prajapati (11/18/2008)
But Which is best option if i have to implement???
Mirroring or shipping ??

Database mirroring can be simpler to implement. When using its synchronous mode, the mirror database is more up-to-date (with no data loss) than its log shipping counterpart, which is only as good as the last log that has been applied to the secondary.


kshitij kumar
Senior Software Engineer
Pune.

krayknot@yahoo.com

Post #604887
Posted Tuesday, November 18, 2008 11:18 PM
Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Thursday, July 02, 2009 10:17 AM
Points: 1,384, Visits: 532
Paresh Prajapati (11/18/2008)
I have to implement Database Mirroring or Log shipping on different server in which one server is located in USA and other in Hongkong..
So, which option is best Log Shiping or Mirroring for best performanence? How can i get benifits as well for both?

pls give me ur recommdation..


you can also think in Data Publish to another server, see more info on SQL BOL.



Post #604896
Posted Tuesday, November 18, 2008 11:48 PM
Ten Centuries

Ten CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen CenturiesTen Centuries

Group: General Forum Members
Last Login: Thursday, July 02, 2009 4:53 PM
Points: 1,038, Visits: 1,931
Hi,

Yes if you want to publish your database level objects you can use Replication(merge) technology, if you want to mirror the database either logshipping or DB mirroring
Post #604911
Posted Thursday, November 20, 2008 7:43 AM
SSC Veteran

SSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC Veteran

Group: General Forum Members
Last Login: Monday, June 08, 2009 8:59 AM
Points: 249, Visits: 218
What really matters here is: What is the purpose? How busy is the primary database? How much bandwidth are you willing to pay for? My following comments pertain to SQL Server 2005, SP2, Cumulative Hotfix 9.

I've set up log shipping and mirroring on several databases located miles apart, each connected to the public internet through normal (T1 on one end, 5mbps on the other) internet connections. Both the log shipping and the mirroring work fine. I find that the mirroring tools for monitoring status are better than the log shipping tools. There is a mirroring monitor you can run and see status in near real time. With log shipping, you have to be very careful that everything is lined up - I had one parameter wrong, everything appeared to be working, the SA jobs were succeeding, but nothing was getting restored on that particular database. With mirroring, the monitor tool compares both servers and gives you an instant status.

LS allows copies to multiple servers, and can be mere minutes behind if you set the schedule up that way. Mirroring can only copy to one server, but is generally only seconds behind. I would NOT use High Availability mode at this distance, I'd use the High Performance mode to allow for hiccups. We have chosen to go with HPerf mirroring for our warm standby server, and LS to our disaster recovery server.

Also, LS requires a share visible from one machine to the other, so it's one more thing to maintain.



Student of SQL and Golf, Master of Neither
Post #605822
Posted Thursday, November 20, 2008 9:40 PM


Old Hand

Old HandOld HandOld HandOld HandOld HandOld HandOld HandOld Hand

Group: General Forum Members
Last Login: Tuesday, June 09, 2009 1:25 AM
Points: 304, Visits: 390
But i think Mirroring is degrade database performanance than shipping..

Thanks & Regards,
Paresh Prajapati
+919924626601
prajapati.paresh@yahoo.com
Post #606277
« Prev Topic | Next Topic »

1234»»»

Permissions Expand / Collapse