Daily Archives: January 16, 2015

Technology Advances – mSATA external case

I had an SSD die last year. It was one of my traveling SSDs, where I keep spare copies of my VMs and presentations. Fortunately I didn’t need the backup that trip, and when I got home, I switched out … Continue reading

Posted in Blog | Tagged , | 3 Comments

Debugging SQL Server

One of the tools that I found useful early in my development career was the debugger. Being able to track the values of variables, check the call stack, and pause execution of programs was handy. Early in my career, the … Continue reading

Posted in Editorial | Tagged , , , | Comments Off on Debugging SQL Server