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