dbTalk Databases Forums  

sql server 2000 disaster recovery

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss sql server 2000 disaster recovery in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
biju george
 
Posts: n/a

Default sql server 2000 disaster recovery - 01-21-2004 , 11:57 PM






Hi guys,
i am running a mission critical financial system on sql
2000 active/passive cluster.
right now i have only cluster failover and transactional
replication for reporting as disaster recovery mechanism.
i want to implement a solution which will allow me to
recover 100 % DATA with minimum down time in case of any
kind of disasters like database crash,server crash,raid
array crash,database corruption,fire etc.
can you advice me the best tool available in the market to
acheive this.
pls advice me.
Thanks
Biju

Reply With Quote
  #2  
Old   
Allan Hirt
 
Posts: n/a

Default sql server 2000 disaster recovery - 01-23-2004 , 07:20 AM






Well, the thing is ... you can never guarantee 100% data
recovery. You certainly need a robust backup and restore
plan, which I hope you have, but that is a point in time.

Transactional replication is about as real time as it
gets, but it's not the way to create a disaster recovery
site as it only send a subset of your data.

Log shipping is based upon backup/recovery, and is the
most common way to set up disaster recovery, however there
is latency involved. Even if you have the ability to make
tran log backups every minute, it still needs to get
copied and applied.

In a complete failure, what if your backups were bad? How
far back will you have to go? Where are the backups
located? On the disks that fail?

Having, say, a triple mirrored disk solution you can split
off may or may not work for you (again, it's point in
time), but it's certainly quick especially if you have a
large database.

So as you can tell, it's very complicated.

What you're asking applies whether or not you'd have a
cluster. You can prepare for most situations, b ut I'd
never guaratee 100% data as it depends on what you have
available to you and the type of failure. YOu can get
close, so you really need to figure out how much data loss
you can tolerate.

You may need to put some things in at the application
layer as well to help mitigate this.

Quote:
-----Original Message-----
Hi guys,
i am running a mission critical financial system on sql
2000 active/passive cluster.
right now i have only cluster failover and transactional
replication for reporting as disaster recovery mechanism.
i want to implement a solution which will allow me to
recover 100 % DATA with minimum down time in case of any
kind of disasters like database crash,server crash,raid
array crash,database corruption,fire etc.
can you advice me the best tool available in the market
to
acheive this.
pls advice me.
Thanks
Biju
.


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.