The database row you are modifying no longer exists in the database.
SQL Server 2005
After you retrieved data into the Results pane, another user deleted a row from the database. You are now trying to modify that row from within the Results pane. Your modification will not work, because the row that is the target of your modification no longer exists.
