Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Access Column Statistics

Author  Topic 

rst2010
Starting Member

1 Post

Posted - 2010-03-17 : 05:11:31
Hi,

I wanted to know whether there is any way to access the column statistics that are stored by SQL Server in the statblob table. I am aware of the command DBCC SHOW_STATISTICS.. but I wanted only the histogram part of it. And as these values are stored in the statblob table, I wanted to know if there are any scripts to access them.

Thanks.
   

- Advertisement -