SQL Server Page Types

There are lots of different page types and Paul Randall list them in his article. However as I tend to have a rather poor memory for remembering them first off…

SQL Server Row Internals

Row Storage A Row is stored on a Page which is 8192 Bytes, and this is broken down in two key areas when considering physical storage. Firstly on all pages…

MCM 2008 Success

I got an email from Microsoft! The lab I took on the 11th April. (Yesterday). I passed!!! So.... a long time ago in a place....no wait... I passed the prerequisite and…

SQL Events 2013

2013 is shaping up to be a good year for me getting to events, so far penciled in are SQLSaturday in Exeter and SQLBits XI in Nottingham. Hope to see lots of…

SQL Object Decryption

Background The ability to "decrypt" an object in SQL Server be it stored procedure, view, function or trigger is something that I have run into a few times. In this…