This is a discussion on BULK INSERT and APPLICATION ROLE within the SQL Server forums, part of the Microsoft SQL Server category; --> I want to add bulkadmin permission to my applicatio role. Is it a posible. My windows account havo only ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |