I just want to ask whether using Transactions(Commit, Rollback) will lock any data/table? Please provide me links about this.
I just want to ask whether using Transactions(Commit, Rollback) will lock any data/table? Please
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think this may help – http://msdn.microsoft.com/en-us/library/ms173763.aspx
It depends on your transaction isolation level for each of the clients. There are several settings, such as
READ COMMITTED,READ UNCOMMITTED, andREPEATABLE READ