Chyba při databázové operaci číslo 0x80004005 "Bulk copy failed. User does not have ALTER TABLE permission on table 'TAttribute'. 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.
Uživatel má nedostatečná oprávnění na databázi. Otevřete SQL Server Management Studio a v Databases/Auditpro/Security/Users/Jméno uživatele zvolte Properties/Securables, Add: Specific objects..., Object Types: Tables, Browse: [dbo].[TAttribute], OK. Explicit permissions for dbo.TAttribute: Alter - Grant (zaškrtněte). OK.
SQL script pro tuto operaci: GRANT ALTER ON [dbo].[TAttribute] TO [Domain\Username]