Hi I'm getting the error
You do not have permission to use the bulk load statement.
when I try to execute a stored procedure.
I've seen some websites mentioning about the bulkadmin
role, but I don't see it.
I'm using SQL Server 2008.
Any ideas?
BULK INSERT requires Server Level Permissions and Database level Permissions. At server level, the respective login needs to have ADMINISTER BULK OPERATIONS permission (or be a member of the bulkadmin server role).
The permission of administer bulk operations is a server level permission, according to Microsoft. However, this does not give the user access to do anything on the server level.
bulkadmin
is checked. bulkadmin
doesn't work for you.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With