I have two separate stored procedures using same table. One is writing to the table and the other reading from the same table. The second SP waits or gets blocked as the first SP is writing data to the table. Is there anyway I can read the latest data without using (NOLOCK) or waiting is the only option ?.We are using sentry one to track the blocking.