Blocking & Locking, please help..
Blocking and Locking is used by the database engine to make sure the data is reportedback to you correctly, and never use WITH(NOLOCK) queries in production.Why? there is a change you report values incorrectly (data moves between pages or there…
