Subject | Re: [Firebird-Architect] Bulk loader. |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-11-04T08:30:20Z |
>> What happens when bulk insert brings database into inconsistent state?within the context of the transaction in which load was performed or
>> What means does admin have to repair the database (restore consistency)?
>
> Of course - admin\dbo\someone else must check constraints after such
> process if its needed.
another one? Issue I'm thinking about is that when we commit transaction
database becomes unrestorable (i.e. one has to restore it without
constraints first, then repair the DB, then backup it and restore it
again)...
>>> PermissionsConceptually yes, but gives a flexibilty to give bulk insert on table a
>>> Only members of the sysadmin and bulkadmin fixed server roles can execute BULK INSERT.
>> Hmmm... personally I would go with GRANT BULK INSERT ON <...> TO <...> .
>
> This is the same as including user into bulkadmin server role (in MSSQL of course)
to user john and on table b to user mary.
Roman