Viewing 4 posts - 1 through 4 (of 4 total)
I implemented one more improvement, preventing the many many log messages about the backup on the primary server. At the beginning of script LS_Backup_ALL_DBs write:
DBCC TRACEON (3226, -1)
At the end...
December 23, 2011 at 6:29 am
Brian,
When I started on this I searched the internet for a script that recovered all recovering databases (not like mine, which is a script that creates a script recovering all...
November 7, 2011 at 1:46 am
Thanks! I just implemented this solution.
I think one query is missing: If the primary server breaks and all databases on the secondary server must become active, how do you recover...
November 3, 2011 at 10:07 am
On the subject of GUIDs, under certain circumstances they are not as unique as you expect. Vulnerable systems are those without network cards, where the OS is installed by image...
July 15, 2009 at 5:41 am
Viewing 4 posts - 1 through 4 (of 4 total)