posted 10 years ago
Hi,
We are having a code where we are updating the rows in a column based on a simple single where condition. Now, the code is in production but it is found that it locks the whole table sometimes. Please suggest how to prevent the table from being locked.
We are just updating a single row but yes there are multiple users of the application.
Thanks.