How does one choose between full SQL (remote) and local SQL express?
- Here are some design considerations:
I operate 20 hosts and about 400 running virtual machines
We have a primary site and a "warm" BCDR site
Our VBR backups will be reside on storage that is replicated between our primary and warm site
I have access to a central, managed SQL 2008 environment
I am comfortable with SQL Express 2005 (local daily backups to disk)
If our primary site fails, we'll plan on turning up a new VBR instance at our remote site and restoring from backups on replicated storage
Is there any way to estimate the size of the SQL express or full SQL database?
Are there any maintenance procedures that should be run on the VBR database periodically to keep the size down?
Thanks much - your advice is greatly appreciated!