RobertT687
Programmer
My organization is looking at Log Shipping as a possible solution to disaster recovery and reporting issues.
In order to keep long-running queries off the primary server, the plan is to establish a 'warm' backup server ,use log shipping to keep the two instances in near syncronization and run all queries off the backup instance.
First, is this a viable strategy?
Next, is it permitted to have additional indexes on tables (to optimize reporting) on the backup instance that do not exist on the primary instance?
Part of the disaster recovery scenario is to drop the additional indexes if the backup server becomes the primary.
Thanks in advance.
In order to keep long-running queries off the primary server, the plan is to establish a 'warm' backup server ,use log shipping to keep the two instances in near syncronization and run all queries off the backup instance.
First, is this a viable strategy?
Next, is it permitted to have additional indexes on tables (to optimize reporting) on the backup instance that do not exist on the primary instance?
Part of the disaster recovery scenario is to drop the additional indexes if the backup server becomes the primary.
Thanks in advance.