List SQL Server Tables without clustered Indexes


SELECT DISTINCT [TABLE] = OBJECT_NAME(OBJECT_ID) FROM SYS.INDEXES WHERE INDEX_ID = 0 AND OBJECTPROPERTY(OBJECT_ID,'IsUserTable') = 1 ORDER BY [TABLE]

Comments

Popular posts from this blog

Azure Data Fundamentals | DP-900 | what you need to know

Leetcode - Blind75 - P1 - Arrays

View or Configure the backup compression default Server Configuration Option