Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

poor performing report query against table without a PK

$
0
0
The table is practically a heap because its' clustered index is on a column that allows NULLs, and there are hundreds of thousands of NULLs. 

Whenever I run my query the execution plan shows that the clustered index is always used (all 32 m

Viewing all articles
Browse latest Browse all 3145

Trending Articles