I want some Moore

Blog about stuff and things and stuff...
mostly about SQL server and .Net
posts - 156, comments - 1394, trackbacks - 33

My Links

SQLTeam.com Links

News

Hi! My name is 
Mladen Prajdić  I'm from Slovenia and I'm currently working as a .Net (C#) and SQL Server developer. I'm also a MCP and MCTS for SQL Server. 
Welcome to my blog.

Search this Blog
 

My Blog Feed via Email


Get your Google PageRank
Users Online: who's online

Article Categories

Archives

Post Categories

Cool software

Other Blogs

Other stuff

SQL stuff

SQL Server 2005: Hypothetical index - a what?!?!

No it's not some ultra misterious indexing feature that will make your database fly like it's on steroids.

Hypothetical indexes and database objects in general are simply objects created by DTA (Database Tuning Advisor) 

Their names look like this:

Indexes _dta_index_*
Statistics _dta_stat_*
Views _dta_mv_*
Partition functions _dta_pf_*
Partition schemes _dta_ps_*

          * = some autogenerated name

 

If you're going to implement the recommendations given by the DTA then do rename the objects to avoid confusion.

 

Checking if an index is hypothetical is simple. Just run this query:

SELECT  *
FROM    sys.indexes
WHERE   is_hypothetical = 1

 

kick it on DotNetKicks.com

Print | posted on Monday, July 16, 2007 1:46 PM

Feedback

No comments posted yet.

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 1 and 6 and type the answer here:

Powered by: