SQL Server error code
SQL Server error 110
SQL Server raises error 110 at severity 15, which marks a problem with the query or data that you can correct.
There are fewer columns in the INSERT statement than values specified in the VALUES clause. The number of values in the VALUES clause must match the number of columns specified in the INSERT statement.
| Msg | 110 |
|---|---|
| Severity | 15 |
| Group | 0–999 |