Click here to Skip to main content
15,902,731 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a web application with sql database to be used by a lot of users at the same time. What happens if a table is updated by multiple users at the same time.
Posted
Updated 6-May-14 0:37am
v2

use transaction in your stored procedure,

Ref this url,

http://technet.microsoft.com/en-us/library/ms188929.aspx[^]
 
Share this answer
 
 
Share this answer
 
Comments
Manas Bhardwaj 6-May-14 6:42am    
Good link +5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900