Finding the space used by a particular table

A quick tip today: how to find the space used by a particular table:

EXEC sp_spaceused 'tCompany'
GO

Tagged

Leave a comment