October 3, 2007 at 3:54 pm
Hi,
I have been assigned the task of setting up a disaster recovery server for our production Centura SQLBase server and would like to know how i can setup a live recovery server located offsite. So that if the production server crashes, I can just redirect users to the recovery servers located at another location. This server has to have the most up to date data. Currently, I am doing a nightly backup by stopping the sqlbase service and using windows task scheduler to copy the db and log files but the challenge is that if the server crashes after the transactions have been done, there is no way to recover. I would really appreciate any help I can get.
Thanks,
June 4, 2009 at 11:35 pm
I also need the same type of help as mentioned above.
June 11, 2009 at 2:14 am
nobody is there to help us ?
June 12, 2009 at 9:55 am
Without knowing anything more about the situation, I would recommend looking into database mirroring (with SQL Server 2005 or 2008).
June 19, 2009 at 8:09 am
nasir_a_khan (10/3/2007)
Hi,I have been assigned the task of setting up a disaster recovery server for our production Centura SQLBase server and would like to know how i can setup a live recovery server located offsite. So that if the production server crashes, I can just redirect users to the recovery servers located at another location. This server has to have the most up to date data. Currently, I am doing a nightly backup by stopping the sqlbase service and using windows task scheduler to copy the db and log files but the challenge is that if the server crashes after the transactions have been done, there is no way to recover. I would really appreciate any help I can get.
Thanks,
now i've the same work to do, and i'm taking a look at two different solutions: Sonasafe by Sonasoft (almost continuous third party backup-restore) and cluster protector by Neverfail (dr clustering).
February 24, 2010 at 3:14 pm
I like to know some answers to this questions as well.
March 4, 2010 at 3:31 am
take a look at this http://sqldbpool.wordpress.com/2009/10/07/sql-server-2008-active-passive-cluster-installation/[/url]
<<The biggest changes in SQL Server 2008 cluster is that you can now use DHCP for clustering and use IP addresses from different subnets for each side of the cluster. The ability to use IP addresses from different subnets is most useful for creating multisite clusters, called geographically distributed clusters.>>
regards
July 15, 2010 at 12:29 am
When a database is damaged it can be returned to a correct and consistent state with a restore procedure. This generally involves reloading the most recent database backup and applying succeeding transaction log backups. The best method to restore a database depends on the type of damage that has occurred and on the backups that are available. In an optimal restore operation the database is recovered with minimal downtime and no data loss.
Stellar Data Recovery
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply