Monthly Archives: September 2011

Copy command line output to Windows Clipboard directly

Thanks to this article, I found a great, easy way to get command line output into the clipboard. Why? For instance, today I wanted to include a list of files in an email, and I didn’t want to type them or manually copy and paste each file name from file explorer. I could have piped […]

Simple backup logging script for frequently changing sql objects

People talk plenty about data backup, audit trails, etc., and of course that is super-important. But one thing I’ve found is that I sometimes need an easy – or at least, relatively easy – way to either roll back or just view previous versions of sql objects such as stored procedures, functions, and views. Now, […]