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

Clustered Index created but SQL complains

$
0
0
Hi Guys,
I'm very new in query optimizing.
I have  created a non clustered Index on tbl_A as below also note that all tables have primary key created.

CREATE NONCLUSTERED INDEX idx_tbl_A ON tbl_A ([col1],[Col2] )

Viewing all articles
Browse latest Browse all 3145

Trending Articles