sp_wastedspace.sql

 

SP_WASTEDSPACE will scan you tables for every column, finding out how much you’re using of each column and report how much of that space allocated you’re wasting. For example : if you have a varchar(255) and you’re only at any given time using 20 characters

@viewtype (compact or full) – displays how much information you’d like to see.

@tablename – Which table you’d like to scan. For all tables in current database set this parameter to “alltableinfo”.

Author: Brian Knight

 

Download Script:
sp_wastedspace.sql

 

Disclaimer: We hope that the information on these script pages is valuable to you. Your use of the information contained in these pages, however, is at your sole risk. All information on these pages is provided “as -is”, without any warranty, whether express or implied, of its accuracy, completeness, or fitness for a particular purpose… Disclaimer Continued

 

Back to Database Journal Home

Get the Free Newsletter!

Subscribe to Cloud Insider for top news, trends & analysis

Latest Articles