SQL Server error code
SQL Server error 1982
SQL Server raises error 1982 at severity 16, which marks a problem with the query or data that you can correct.
Cannot create %S_MSG on view '%.*ls' because the view references non-deterministic or imprecise member function '%.*ls' on CLR type '%.*ls'. Consider removing reference to the function or altering the function to behave in a deterministic way. Do not declare a CLR function that behaves non-deterministically to have IsDeterministic=true, because that can lead to index corruption. See Books Online for details.
| Msg | 1982 |
|---|---|
| Severity | 16 |
| Group | 1000–1999 |