SQL Server error code
SQL Server error 1065
SQL Server raises error 1065 at severity 15, which marks a problem with the query or data that you can correct.
The NOLOCK and READUNCOMMITTED lock hints are not allowed for target tables of INSERT, UPDATE, DELETE or MERGE statements.
| Msg | 1065 |
|---|---|
| Severity | 15 |
| Group | 1000–1999 |