Recent Posts

Shrink a SQL Database Log File Safely

2 minute read

How to safely shrink a SQL database transaction log file, when it’s appropriate to do so, and why indiscriminate shrinking often causes more harm than good.

Save a File in Vim Without sudo

2 minute read

How to save a file in Vim when you forgot to open it with sudo, why the trick works, and when you should avoid using it.