Find size of SQL Server tables and other objects with stored procedure Posted By : at 2008-05-08 13:44:38
When determining SQL Server disk space used by an object, Microsoft's sp_spaceused has limits. Here's an original stored procedure, sp_SOS, that calculates specific object space in SQL Server. Use it to get an overview of user table ...
Blog Source - http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1309027,00.html?trac...
|