Hi All,
We are creating a web application for our end users who are going to enter some data using the UI. Since more than one user is going to be connecting to the application at a time, we are wondering how this would be handled since SQL Server puts exclusive lock on a table when updating.
Any idea what we can do to accommodate this. Thank in advance!