Cannot perform BULK INSERT even though the account is a bulkadmin
From: Duck Dunn (x@outerinternet.com)
Date: 03/03/03
- Next message: Jasper Smith: "Re: creating objects with dbo creator without being a sys admin"
- Previous message: Jasper Smith: "Re: creating objects with dbo creator without being a sys admin"
- Next in thread: Jasper Smith: "Re: Cannot perform BULK INSERT even though the account is a bulkadmin"
- Reply: Jasper Smith: "Re: Cannot perform BULK INSERT even though the account is a bulkadmin"
- Reply: Jasper Smith: "Re: Cannot perform BULK INSERT even though the account is a bulkadmin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Duck Dunn" <x@outerinternet.com> Date: Mon, 3 Mar 2003 11:47:37 -0800
We have a stored procedure that dynamically constructs a BULK INSERT
statement string and executes it. The account that executes this stored
procedure is not the DB owner or table owner, but has been given "Bulk
Insert Administrator" server role.
We get the following error while executing this stored procedure:
The current user is not the database or object owner of table
'PreStageOrganization_AATP'. Cannot perform SET operation.
Pl let us know what permissions are missing for this operation.
Thanks
- Next message: Jasper Smith: "Re: creating objects with dbo creator without being a sys admin"
- Previous message: Jasper Smith: "Re: creating objects with dbo creator without being a sys admin"
- Next in thread: Jasper Smith: "Re: Cannot perform BULK INSERT even though the account is a bulkadmin"
- Reply: Jasper Smith: "Re: Cannot perform BULK INSERT even though the account is a bulkadmin"
- Reply: Jasper Smith: "Re: Cannot perform BULK INSERT even though the account is a bulkadmin"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|