SQL Server error code
SQL Server error 361
SQL Server raises error 361 at severity 16, which marks a problem with the query or data that you can correct.
The number of target columns that are specified in an INSERT, UPDATE, or MERGE statement exceeds the maximum of %d. This total number includes identity, timestamp, and columns that have default values. To correct this error, change the query to target a sparse column set instead of single sparse columns.
| Msg | 361 |
|---|---|
| Severity | 16 |
| Group | 0–999 |