May UG Meeting

This is just a quick note to remind any interested parties that the May S3OLV meeting will be held this thursday (May 13, 2010).  We have a couple of presentations lined up to teach us […]

SQL 2005 TableSpace

In the first post of this series I highlighted and described two stored procedures that are shipped from Microsoft.  These stored procedures use different methods to display information about a table in a SQL Server […]

Table Sizes

In SQL Server there are two stored procedures that help one to determine the size of a table.  One is documented and more widely popular, the other is not.  These two stored procedures are sp_spaceused […]

Marathon Schedule

Finally I am putting down to paper my marathon race list for this season. Some of my favorite races are Hurricane Half Marathon, HobbleCreek Half Marathon, Top of Utah Half Marathon, Top of Utah Marathon, […]

BLOB Index Columns

For the April T-SQL Tuesday, I blogged about a report to find information on the BLOBs in a database.  I have since seen a request to add to that script.  The addition would add some […]