dbTalk Databases Forums  

What is the best availability and backup solution?

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss What is the best availability and backup solution? in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daniel.Peaper@gmail.com
 
Posts: n/a

Default What is the best availability and backup solution? - 02-21-2007 , 12:05 AM






Hi Everyone,

I'm working on a site that is running MS SQL 2000. They perform
regular backups of databases and log files and in the event of a
disaster they have a second backup server.

At present they regularly copy the backup up files from the production
server to the standby server. The plan, in the event of a disaster, is
to restore these backups onto the standby server and change the dns
records so that client machines will point to the standby server.

Is there a better way?

Thanks for any advice,
Danny


Reply With Quote
  #2  
Old   
Greg D. Moore \(Strider\)
 
Posts: n/a

Default Re: What is the best availability and backup solution? - 02-21-2007 , 12:19 AM






<Daniel.Peaper (AT) gmail (DOT) com> wrote

Quote:
Hi Everyone,

I'm working on a site that is running MS SQL 2000. They perform
regular backups of databases and log files and in the event of a
disaster they have a second backup server.

At present they regularly copy the backup up files from the production
server to the standby server. The plan, in the event of a disaster, is
to restore these backups onto the standby server and change the dns
records so that client machines will point to the standby server.

Is there a better way?
The best availabity and backup solution is the one you can afford and how
much downtime you can afford.

Yes, a trite answer, but a true one.

Log-shipping is a fairly good way to do things (and saved my former company
from a complete disaster during our recent meltdown).

That will protect you against a lot of failures on the main machine. And
has the advantage of pretty much testing your backups every day (assuming
you're applying the logs on a regular basis).

But, there's a delay while you failover. Is that acceptable? If you're a
ma and pa shop running 9-5 where downtime might cost you $100/hour. That's
probably ok.

If you're a 24/7 operation where downtime costs you $1000/minute, that might
not be.

In which case some sort of clustering solution along with log-shipping may
work.

Or if you need to, you have a SAN with triple mirrored disks, where every X
hours, you split off a mirror make a backup from that, remirror, etc.

Also note that SQL 2005 has several additional options including database
mirroring that you can play with that gives you an even faster failover
method.

Simply put, there is no simple answer and a lot depends on your needs and
your budget.


Quote:
Thanks for any advice,
Danny




--
Greg Moore
SQL Server DBA Consulting
sql (at) greenms.com http://www.greenms.com




Reply With Quote
  #3  
Old   
Daniel.Peaper@gmail.com
 
Posts: n/a

Default Re: What is the best availability and backup solution? - 02-21-2007 , 12:55 AM



Quote:
Simply put, there is no simple answer and a lot depends on your needs and
your budget.

Thanks Greg,

Budget is tight. I understand that they only have one SQL license and
so the standby server's copy of SQL is not normally running.

Cheers,
Danny



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.