SQL Server error code
SQL Server error 4992
SQL Server raises error 4992 at severity 16, which marks a problem with the query or data that you can correct.
Cannot use table option LARGE VALUE TYPES OUT OF ROW on a user table that does not have any of large value types varchar(max), nvarchar(max), varbinary(max), xml or large CLR type columns in it. This option can be applied to tables having large values computed column that are persisted.
| Msg | 4992 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |