execute a sp:
sp_MSTableSpace [TableName]
It'll return:
Rows DataSpaceUsed IndexSpaceUsed
DataSpaceUsed is the size of the table and his unit is KB.
执行sp_MSTableSpace [TableName]可以得到表的大小,执行之后将会返回dataspaceused就是表的大小。单位是KB
sp_MSTableSpace [TableName]
It'll return:
Rows DataSpaceUsed IndexSpaceUsed
DataSpaceUsed is the size of the table and his unit is KB.
执行sp_MSTableSpace [TableName]可以得到表的大小,执行之后将会返回dataspaceused就是表的大小。单位是KB