Getting Space Used For Tables
- 0
- Add a Comment
I have been looking for a more efficient way of getting space used requirements for all of my tables in a given database. It seems like Microsoft has answered my prayers. Microsoft has now given us the sp_MSforeachtable stored procedure. This procedure is not currently documented within BOL. The T-SQL script below demonstrates how to […]
