SQL Server error code
SQL Server error 1962
SQL Server raises error 1962 at severity 16, which marks a problem with the query or data that you can correct.
Cannot create %S_MSG on view '%.*ls' because column '%.*ls' that is referenced by the view in the WHERE or GROUP BY clause is imprecise. Consider eliminating the column from the view, or altering the column to be precise.
| Msg | 1962 |
|---|---|
| Severity | 16 |
| Group | 1000–1999 |