Monthly Archives: May 2015

Quick Installs with Chocolatey–Screen Capture

I have been looking for a new screen capture tool. I used to use Snagit, but it felt too heavyweight and buggy for me. I just need to snag part of a screen for my job and blog. I used … Continue reading

Posted in Blog | Tagged , | Comments Off on Quick Installs with Chocolatey–Screen Capture

Getting Database Properties – DatabasePropertyEx()

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. I had someone ask me a question about security recently, and while working through the answer, I ran across … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Getting Database Properties – DatabasePropertyEx()

Documenting with Tests

Documenting code isn’t a task that many people enjoy. Those of you that have been through a computer science curriculum probably added lots of verbose, and obvious, comments to code. It’s probably unlikely that you ever found much value in … Continue reading

Posted in Editorial | Tagged | Comments Off on Documenting with Tests

Database Lifecycle Workshops

Trying to implement version control, and Continuous Integration (CI), and automated releases of code is hard. The concept is simple, but all of the various processes, tools, and links that need to be connected can be hard. I’ve seen too … Continue reading

Posted in Blog | Tagged , , , | 1 Comment