SQL Server error code
SQL Server error 4415
SQL Server raises error 4415 at severity 16, which marks a problem with the query or data that you can correct.
View '%.*ls' is not updatable because either it was created WITH CHECK OPTION or it spans a view created WITH CHECK OPTION and the target table is referenced multiple times in the resulting query.
| Msg | 4415 |
|---|---|
| Severity | 16 |
| Group | 4000–4999 |