SQL Server error code
SQL Server error 8679
SQL Server raises error 8679 at severity 16, which marks a problem with the query or data that you can correct.
The UPDATE/DELETE statement attempted to modify the same row more than once. Refine the statement to ensure a target row is modified at most once.
| Msg | 8679 |
|---|---|
| Severity | 16 |
| Group | 8000–8999 |