|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Yesterday @ 11:19 PM
Points: 823,
Visits: 2,405
|
|
Hi,
Last week successfully upgraded to SQL 2008 R2 from large size SQL 2000 database (size 648 GB), application working fine wt no issues.
Management decided to configure HA solution in this database. (not for clustring) most of the Data like text and image, GUID column format type.
Could anyone suggestion me? which is the best method as follows, 1. Replication, 2. Log shipping, 3. Mirroring
rgds ananda
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 5:31 AM
Points: 37,725,
Visits: 29,984
|
|
No where near enough information.
What's the RTO? What's the RPO? Is automatic failover required? How difficult can the fail-back process be? What edition do you have? etc...
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Yesterday @ 11:19 PM
Points: 823,
Visits: 2,405
|
|
yes, we have discuss with vendor as well as application owner, they are accepting as following condition.
OS - Win 2008 R2 64bit enterprise edition DB - SQL server 2008 R2 enterprise edition
Installed single default instance. RAM - 8 GB,
Recovery Time Objective (RTO). This is the duration of the outage. ( Seconds)
Recovery Point Objective (RPO). This is often referred to as a measure of acceptable data loss (Mintues)
Is Automatic Failover - No, manual failover process.
thanks ananda
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 5:31 AM
Points: 37,725,
Visits: 29,984
|
|
If automatic failover's required then your only option (of the ones listed) is mirroring. Replication provides neither a failover mechanism nor a fail back. Logshipping the failover is manual.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Yesterday @ 11:19 PM
Points: 823,
Visits: 2,405
|
|
GilaMonster (8/21/2012) If automatic failover's required then your only option (of the ones listed) is mirroring. Replication provides neither a failover mechanism nor a fail back. Logshipping the failover is manual.
Mirroring have two method, auto & manual failover.
automatic failover require one more system for configure witenss server, if choose auto failover, does this option any impact on performance in production server (principal server) ?
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 5:31 AM
Points: 37,725,
Visits: 29,984
|
|
Synchronous mirroring (whether it's automatic or manual failover) can affect performance. Make sure that the network is adequate for the load and the mirror server is appropriately specced.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Yesterday @ 11:19 PM
Points: 823,
Visits: 2,405
|
|
ok, thanks for reply..
I am going for choosing Synchronous Mirroring (without witness server, manual failover process) , and writting data at a time at mirror server disk. principal/ mirror server located at same location. and we have 100mbs n/w speed. Is it sufficent for data tranfer to mirror server.
Inital database size 640 GB now.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 5:31 AM
Points: 37,725,
Visits: 29,984
|
|
ananda.murugesan (8/21/2012) Is it sufficent for data tranfer to mirror server.
No way to answer that. You need to check that the network is adequate for the workload you have on your server.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Yesterday @ 9:55 PM
Points: 2,944,
Visits: 10,510
|
|
If you use mirroring, you may need to modifiy the application connection strings to automatically failover to the active server.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 3:08 AM
Points: 5,203,
Visits: 11,157
|
|
ananda.murugesan (8/21/2012) and we have 100mbs n/w speed. Is it sufficent for data tranfer to mirror server. This would quite possibly struggle to meet the needs for the public network access let alone mirroring, gigabit networking would be more suitable.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs"
|
|
|
|