SQL Server error code
SQL Server error 121
SQL Server raises error 121 at severity 15, which marks a problem with the query or data that you can correct.
The select list for the INSERT statement contains more items than the insert list. The number of SELECT values must match the number of INSERT columns.
| Msg | 121 |
|---|---|
| Severity | 15 |
| Group | 0–999 |