Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
gigi_girl
Starting Member
6 Posts |
Posted - 2013-12-11 : 14:26:10
|
Hi, I was recently assigned the task to come up with a real-time backup/failover solution using sqlserv 2008. Sqlrepl was my first choice using either peer/peer or transactional, however for whatever reason this appears to drastically degrade the current db due to encrypted stored procedures NOT liking the new tables and constraints Sqlrepl creates. My question is... If I cannot use sql replication for a warm backup, what can I use? What is recommended? I am running on VMWare and currently backup with a simple job to the local db every 15 min or so. Thanks for any thoughts or ideas! GG |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2013-12-11 : 14:31:09
|
If you only need a backup/failover solution, then I would recommend Database Mirroring.If you need to query the secondary database, is upgrading to SQL Server 2012 an option where you can use an AlwaysOn Availability Group with a read-only replica?Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
gigi_girl
Starting Member
6 Posts |
Posted - 2013-12-12 : 11:45:26
|
Thank you, Tara! I thought about mirroring the db, I was concerned with two web servers and the UIDs..I can run a simple uid fix however our backup location is physically located somewhere else and I will not have access to the system once the failover is initiated. Sounds fun, huh?? lol I will research the Alwayson option, thank you for that lead.. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|
|
|