473,386 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

What is the best availability and backup solution?

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

Feb 21 '07 #1
2 1828
<Da***********@gmail.comwrote in message
news:11**********************@a75g2000cwd.googlegr oups.com...
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.

>
Thanks for any advice,
Danny

--
Greg Moore
SQL Server DBA Consulting
sql (at) greenms.com http://www.greenms.com
Feb 21 '07 #2
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

Feb 21 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: James | last post by:
HI, I'm looking for a script that will allow users/admins to have a one click backup solution for a MYSQL Database.. 'BACK DATABASE' button, click and its done... The a restore option, that...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from...
3
by: RLN | last post by:
hi group My database name : developer day 1. Taken full backup day 2. taken differential backup
3
by: rcamarda | last post by:
I do weekly full backups of my SQL databases via a scheduled T-SQL job. I noticed that I have some static databases that dont normally change, so I dont want to back it up if it has not changed,...
6
by: aj | last post by:
I currently have 2 official DB2 Workgroup Edition licenses for my 2 v8 production servers. I also have tech support/software upgrade agreements in place for both servers. I am interested in...
5
by: shenanwei | last post by:
I have a primary server and backup server located in different physical sites. The primary server is live and ship logs to backup site every 5 minutes. The primary server is being full online...
2
by: | last post by:
Hi all, continued from yesterday's posting... I still haven't found a solution to this issue. I put a breakpoint in private void SqlBackupPercentComplete(string message, int Percent) {...
32
by: David Isaac | last post by:
I have no experience with database applications. This database will likely hold only a few hundred items, including both textfiles and binary files. I would like a pure Python solution to the...
5
by: Steve | last post by:
Hi; I thought I would rephrase a question I asked in another post to more quickly get to the heart of the matter. My apologies for anyone who is offended by what appears to be a repetition. ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.