Mirroring file permissions with Powershell
Mirror your file permissions from a $SOURCE file and set them on a $DESTINATION file. Nice, easy, Powershell ;)
Claus Munch
Untrusted Foreign Keys and how to fix them
Untrusted Foreign Keys are something that is often an overlooked performance issue. Let's fix that "easily".
Idempotent SQL change script
Today I had a small chat with one of our developers, about adding a column to a table "the right way". I told him, that depending on how they needed to deploy it, it might be beneficial to make it idempotent.