SQL Server error code
SQL Server error 4073
SQL Server raises error 4073 at severity 16, which marks a problem with the query or data that you can correct.
A return value of data type varchar(max), nvarchar(max), varbinary(max), XML or other large object type can not be returned to client driver versions earlier than SQL Server 2005. Please resubmit the query using a more recent client driver.
| Msg | 4073 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |