Thursday 26 September 2013

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


No comments: