Technical Article

Query to get tables with no clustered indexes

,

Query to get tables with no clustered indexes(2K5,2K8,2K8 R2)

SELECT *  FROM sys.tables
WHERE OBJECTPROPERTY(object_id,'TableHasClustIndex') = 0

Rate

3 (4)

You rated this post out of 5. Change rating

Share

Share

Rate

3 (4)

You rated this post out of 5. Change rating