http://www.sqlservercentral.com/blogs/vinaythakur/2010/06/03/list-of-indexes-and-parallel-queries/
Printed 2013/05/20 08:33AM
List of indexes and Parallel queries
Today while being on forum found this information so though to blog for future reference. thanx Uri Dimant for sharing this. WITH cte AS ( SELECT object_name(ic.object_id) as object_name , index_name = i.name, ‘column’ = c.name, ‘column usage’ = … Continue reading →
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved. Privacy Policy. Terms of Use. Report Abuse.