SQL Server error code
SQL Server error 1990
SQL Server raises error 1990 at severity 16, which marks a problem with the query or data that you can correct.
Cannot define an index on a view with ignore_dup_key index option. Remove ignore_dup_key option and verify that view definition does not allow duplicates, or do not index view.
| Msg | 1990 |
|---|---|
| Severity | 16 |
| Group | 1000–1999 |