SQL Server error code
SQL Server error 5301
SQL Server raises error 5301 at severity 16, which marks a problem with the query or data that you can correct.
Bulk load failed. User does not have ALTER TABLE permission on table '%.*ls'. ALTER TABLE permission is required on the target table of a bulk load if the target table contains triggers or check constraints, but the 'FIRE_TRIGGERS' or 'CHECK_CONSTRAINTS' bulk hints are not specified. ALTER TABLE permission is also required if the 'KEEPIDENTITY' bulk hint is specified.
| Msg | 5301 |
|---|---|
| Severity | 16 |
| Group | 5000–5999 |