Building Code Documentation with SandCastle

I’ve always used nDoc for building code documentation, and then (around 2 years ago) I shifted to Sandcastle Help File Builder. We’re wanting to start documenting code at work, so today I downloaded the latest version (along with Sandcastle to give the latest versions a whirl. [Read More]
Tags: sandcastle

SQL Server Locking, Blocking and Waiting

Being able to see what is blocking or waiting on a SQL Server machine is essential for most developers these days. I find myself using the following queries almost daily at the moment, so I thought I’d post them here: [Read More]
Tags: sqlserver