SQL Server error code
SQL Server error 1033
SQL Server raises error 1033 at severity 16, which marks a problem with the query or data that you can correct.
The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP, OFFSET or FOR XML is also specified.
| Msg | 1033 |
|---|---|
| Severity | 16 |
| Group | 1000–1999 |