Seaquel
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.
Msg1038
Severity15
Group1000–1999

Source: Database Engine events and errors