Does a SELECT query that just read from a set of tables locks these tables while reading? If it does, will a hint NOLOCK improve the performance of the query and hence improve the performance of other queries that read off the same set of tables at the same time?
Does NOLOCK means "don't lock" or "ignore lock"?
Hey, thanks.
Does NOLOCK means "don't lock" or "ignore lock"?
Hey, thanks.