SQL Server Error Code – 1982 cannot create %s_msg on view ?%.*ls? bec
In this blog post, you’ll learn more about the SQL Server Error Code 1982 and the error message description that is shown
SQL Server Error Code
1982
SQL Server Error Description for the Code :1982
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.
Leave Your Comment