Check space for a particular table in the MSSQL Database
Use <Database Name>
go
sp_spaceused <Table Name>
Note : It works with MSSQL 2000/2005/2008/2012
Use <Database Name>
go
sp_spaceused <Table Name>
Note : It works with MSSQL 2000/2005/2008/2012
two comments
One or more comments are waiting for approval by an editor.