SQL Server error code
SQL Server error 1038
SQL Server raises error 1038 at severity 15, which marks a problem with the query or data that you can correct.
An object or column name is missing or empty. For SELECT INTO statements, verify each column has a name. For other statements, look for empty alias names. Aliases defined as "" or [] are not allowed. Change the alias to a valid name.
| Msg | 1038 |
|---|---|
| Severity | 15 |
| Group | 1000–1999 |