|
Posted by avicentic on 11/18/05 14:39
I want to add bulkadmin permission to my applicatio role. Is it a
posible.
My windows account havo only public permission on database.
I'm using application role
EXEC sp_approlepassword 'MyRole', 'password';
Therefore I want to BULK some data with BULK INSERT command.
Error is:
The current user is not the database or object owner of table
'tablename'. Cannot perform SET operation.
Thanks in advance.
Navigation:
[Reply to this message]
|