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] )
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] )