January 12, 2012 2:00 PM
Posted by: Denny Cherry
Class,
Encryption,
MCM,
Permissions,
Security,
SQL Server,
Training,
Transaction LogThis March I, Microsoft MVP for SQL Server and Microsoft Certified Master for SQL Server 2008 Denny Cherry, am teaching a 4 day class introducing SQL Server 2012. This four day class is being offered for only $1200 for four full days of training on...
July 11, 2011 2:00 PM
Posted by: Denny Cherry
SQL Server,
Transaction LogThere is a lot of talk online about transaction log growth and what you should do. There are two answers to this question, and in this post I'll give you both answers.
The theoretical answer is that you want to grow your transaction logs in 8 gig chunks. This will maximize the amount of space...
June 9, 2010 3:50 PM
Posted by: Denny Cherry
SQL Server,
Transaction LogManaging the space used by your SQL Server transaction logs is pretty easy.
If the database is in full recovery mode then do transaction log backups on a regular basis. Typically every 15-60 minutes.
The second option is to put the database into Simple recovery mode. If you need the...