After I pulled these datas what I wanted from a SQL Server Database,I can't update on row.I'm receiving the following the error.


|
After I pulled these datas what I wanted from a SQL Server Database,I can't update on row.I'm receiving the following the error.
|
|||
|
|
|
I suppose that you have used the "Edit top x Rows" feature of Management Studio and wanted to update one row. In case that specific row was already deleted by another user/session then you'll receive the upper error. I think it's better not use the Management Studio's results grid to update data, but use SQL commands. This way you'll work on last fresh data. |
|||||
|
|
The benefit of using SQL commands is that you can also use different isolation levels to preserve the data you are viewing. |
|||
|
|