SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tags Indexing, statistics Rss

Search for any content tagged Indexing & statistics

   Items 1 to 3 of 3   
 

Index Metadata and Statistics Update Date for SQL Server

Statistics update date is stored as metadata on the SQL instance, but after a great deal of research against the system tables and DMVs I realized that this information is not readily exposed to the DBA via any other method than the STATS_DATE() function or the SQL Server Management Studio graphical user interface (GUI).  Read more...
By Additional Articles 2008/08/12 | Source: MSSQLTips.com | Category: Indexing
Rating: (not yet rated)  Rate this |  Briefcase | 1,089 reads

Rebuilding Stats: Twice or Not At All

Are you rebuilding statistics twice on your tables? Longtime expert, Andy Warren, shows why you might be asking more work of your SQL Server than is required.  Read more...
By Andy Warren 2008/07/29 | Source: SQLServerCentral.com | Category: Indexing
Rating: |  Discuss |  Briefcase | 7,145 reads

Statistics and Indexes

When is it okay to let SQL Server to make a statistic for columns in your queries, and when should you take those statistics and make an index out of them? What I do is to test all of my procs, and if they generate system statistics (_WA_SYS%), then I add an index to the table for the column in the statistic. But is this a good practice?  Read more...
By Additional Articles 2008/03/11 | Source: SQL Community | Category: Indexing
Rating:  Rate this |  Briefcase | 2,572 reads
   Items 1 to 3 of 3