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

Force Index Query Hints

$
0
0
Hi All,i am using the queryselect id From Job where Title like '%java%'it will take 10 sec timeafter that i am using the Force Index Query Hints like select id From Job WITH (INDEX(ind_job_Title)) where Title like '%java%' it is also getting same time there is no improvementplease help me how to use Force IndexORhow to impove the query performance tips

Viewing all articles
Browse latest Browse all 3145

Trending Articles