Tuesday, December 29, 2009
Wednesday, June 10, 2009
DBCC prevents transaction log backups
Monday, May 18, 2009
Fixing a transaction log backup on an upgraded database
Monday, April 13, 2009
Full backup of a shrunk database - learning by monitoring
Life with EMAIL
Tuesday, March 24, 2009
Adventures upgrading SQL Server
Why is SQL Server so hard to manage? It tries to be everything for everyone. And mostly succeeds. But . . .
I tried to upgrade the databases to 2005 by running the Copy task to the same location, because that is what I understood the BOL to say. But it copied each database to the same name with “_new” appended, which meant the CLICK applications would not see them. A big waste of time I though, so I stopped the process. This left one of the most important large databases (11GB) locked. Even rebooting the server would not let SQL Server open the file. Thank the L*** we’re running all this on the latest version of VMware, and we had taken a “snapshot” before starting. We “reverted” to the original state of the server. In a couple of minutes 2 ½ hours of work were wiped out. Back to the drawing board.
Next morning - the upgrade looks good. A couple of services needed to be restarted. The batch jobs, including transaction log backups, look ok. After restarting SQLSERVERAGENT they are running hourly.
Thursday, March 19, 2009
Wednesday, March 18, 2009
- Copy a backup of the CLICK sites off to an archive - 30 to 60 minutes
- deactivate the old VM
- Create the new VM with the same name and IP - Tom B - 2 - 2.5 hours - this can be done aheady of time but not start it until the old one is deactivated.
- Install SQL Server + SP3 + BOL - 1 hour +
- Install CLICK - 1 hour - 5.5.3 plus the framework patches 01, 05, and 06
- Copy the sites back - 30 - 60 minutes
- Create and load the CLICK sites - 60 minutes (can overlap a bit with 6)
- test - if fails then Tom B plus Net Ops needs to restore the old VMware site.On TRAIN the training site will be restored from PROD, not the old one (better keep a copy just in case).