Monthly Archives: December 2011

Powershell

Powershell is one of those tools that people know is useful yet they are hesitant to pick it up and try it out.  Well, now you have no more excuses.  Dr. Tobias Weltner has provided a free ebook and blog … Continue reading

Posted in Uncategorized | Leave a comment

Shrinking databases

When moving databases around, often people will truncate the logs and/or run DBCC SHRINKDATABASE but those only reduce the actual used space. They don’t actually shrink the database files themselves. DBCC SHRINKFILE is a bit picky in that in you … Continue reading

Posted in Uncategorized | Leave a comment