September 28, 2007 at 1:59 pm
WHat is nolock?
What is hit?
September 28, 2007 at 2:13 pm
Look up NOLOCK in BOL. NOLOCK tells the query optimizer to not lock rows when performing a SELECT. The hit is that you are allowing for dirty reads. If you don't care about dirty reads, NOLOCK may work well for some of your SELECTs.
September 28, 2007 at 2:26 pm
Thank u
what is hint ?
September 28, 2007 at 8:03 pm
Open Query Analyser (QA), hit f1, type hint, enter. Read. Thank you for doing that before posting a question here.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply