Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 15930

Proper Index for Join query

$
0
0

Hi All. I would like to know what's the proper index should create for the join query?

select a.col1,b.col2

from table_a a

inner join table_b b on a.col3=b.col3

and are there any resources (websites,video,white paper) talking about the tunning for table join query ???


Viewing all articles
Browse latest Browse all 15930

Trending Articles