Showing posts with label sys.dm_db_missing_index_details. Show all posts
Showing posts with label sys.dm_db_missing_index_details. Show all posts

Thursday, 6 September 2012

Missing indexes - SQL

SELECT index_handle, database_id, object_id, equality_columns, inequality_columns, included_columns, statement

FROM sys.dm_db_missing_index_details