Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Data compression applied

By Francesco Quaratino, 2011/02/10

This script helps to know what kind of compression has been applied to all database objects. So, for every object, it shows:

  • table name
  • index name
  • object type (Heap, Clustered, Non-Clustered)
  • partition number
  • rows number
  • filegroup name
  • data compression type (None, Row, Page)

This report is particularly useful in presence of a lot of tables in a database.

Total article views: 1004 | Views in the last 30 days: 7
 
Tags
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones