My recommendation is to avoid hints optimizer chooses the best way to join the columns all you need to do is keep statistics updated. Anyways when you are joining two tables on columns which are sorted by key column or are part of clustered index which sorts col according to key value merge join is preferred. Please read 2nd article sharedjust tell me when i should go for merge join hint ?
if we merge join those fields which has no cluster index then there will be benefit in terms of performance ?
Cheers,
Shashank
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from itMy TechNet Wiki Articles
MVP