SQL SERVER – 2005 Find Table without Clustered Index – Find Table with no Primary Key
One of the basic Database Rule I have is that all the table must Clustered Index. Clustered Index speeds up performance of the query ran on that table. Clustered Index are usually Primary Key but not necessarily. I frequently run following query to verify that all the Jr. DBAs are…
Read More