SQL Server error code
SQL Server error 6800
SQL Server raises error 6800 at severity 16, which marks a problem with the query or data that you can correct.
FOR XML AUTO requires at least one table for generating XML tags. Use FOR XML RAW or add a FROM clause with a table name.
| Msg | 6800 |
|---|---|
| Severity | 16 |
| Group | 6000–6999 |