Avoid Data Changes

How to avoid Data changes while retrieving data?

Questions by xxx123   answers by xxx123

Showing Answers 1 - 9 of 9 Answers

subind123

  • Mar 3rd, 2011
 

The retrieval task should be enclosed in a transaction. This will prevent other transaction to modify the data. Make sure the isolation level is at 1.

  Was this answer useful?  Yes

Satyashth Anand

  • Jun 17th, 2014
 

Use holdlock option

  Was this answer useful?  Yes

vinay bhatt

  • Sep 8th, 2015
 

Use pulllock datatype

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions