Row-Overflow data storage is a mechanism that was introduce in SQL Server 2005. It allows for more flexibility when designing tables as it makes it possible to store more than 8060 byte in a single row. This article shows how this mechanism is working under the covers.
This post shows a way to compare the system objects between a SQL Server 2008R2 and a SQL Server 2012 instance.
This post shows a way to link table and index partitions in SQL Server to their filegroups as well as their boundary values. [more…]
This article shows a way to use RAISERROR as a PRINT alternative. It also explains in which situations it might be the preferred choice.
Recently a user on the PSSUG mailing list asked how he could capture the parameters passed to a stored procedure on every execution. In this article I would like to show a few different options to accomplish that. [more…]