I recently come across an interesting tool called ‘SQL Server Compression Estimator’. I find this tool very interesting. This tool is a pretty decent tool and I used it on a couple of my personal server and it gave me a good estimate.
SQL Server Compression Estimator (SSCE) will allow you to estimate the best compression for your objects. It will estimate both ROW and PAGE compression, and will optionally report the Index Maintenance Ratio.
You can order the resultset based on compressed Size or % Saving. Based on the estimate you can check the checkbox in the last column. Clicking on Generate Script will generate T-SQL script to compress your object (Index, Table).
Just like every other tool, you have to use it carefully and use your own judgment on a production server. However, I find this tool as a good start on this subject. Thanks to Bob Taylor who has created this tool. He has blogged about this tool over here.
Reference : Pinal Dave (https://blog.sqlauthority.com)
1 Comment. Leave new
Great minds think alike! I just did a review of this tool as well for my SQLMag column. :^) It’s really neat!
Best regards,
-Kev
Twitter @kekline