Subject | Re: [Firebird-Architect] Bulk loader. |
---|---|
Author | Vlad Khorsun |
Post date | 2007-11-04T08:21:19Z |
>>> What about other engines like Oracle or MS SQL?Of course - admin\dbo\someone else must check constraints after such
>>
>> MSSQL have command-line BCP (buck copy) utility and BULK INSERT
>> statement and allow to ignore any constraints and disable insert triggers.
>> More - this is default behavior :
>> [...]
>
> What happens when bulk insert brings database into inconsistent state?
> What means does admin have to repair the database (restore consistency)?
process if its needed.
>> PermissionsThis is the same as including user into bulkadmin server role (in MSSQL of course)
>> 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 <...> .
Regards,
Vlad