How to make RDPM SQL Redundant / add a DB copy

How to make RDPM SQL Redundant / add a DB copy

avatar

Hi,

we are using rdpm enterprise since 2009.
It has become such an important tool for us that we can´t afford downtime, none.
Not that we had any in all those years :).
There are several DB dumps and different methods of backup performed daily to tape, nas and my local machine.
As rdpm gets more functions (credentials, documents, serials, ect...) it also becomes more critical for our business.
So we need more security and we want to add a second (live) database copy on a new vm running on another cluster in another building.

Our database is running on a server 2008 vm with sql express 2008. The one I setup when first trying out rdpm and its still the same.
We have prepared a new vm with sql server 2012 express.

I asked one of our db guys what options there are to make a db redundant. (I´m no db guy myself, thank god :))
But before we progress any further I wanted to ask if there are best practices / recommendations how to accomplish such a setup.

What we want is a copy of our live rdpm database on another server. (1 day lagged copy could make sense)
In case that the main machine fails for whatever reason and to avoid waiting for the restore to complete we want to able to switch our rdpm clients to the second server.
I noticed that there is an option for "Failover Partner" in advanced datasource settings.

Thank you.

All Comments (1)

avatar

Hi,
I'm not a SQL Server specialist but I know that some of our users are using the Failover Partner. However I don't think it's possible with SQL Express.

This is what I've found:

http://msdn.microsoft.com/en-us/library/5h52hef8.aspx

You also have link on the database mirroring

http://msdn.microsoft.com/library/bb934127.aspx

Are you aware that you could use the offline mode as well? We will have an writable offline mode soon.

David Hervieux