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
↧