Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

failing insert

$
0
0

My application is using an AD account and I created a login for in the sql server 2012 instance and gave it read write execute update permissions to this account on a database. Dev team infromed that the app is using the AD account as a service and its doing a bulk insert to a table and erroring out. The error is the you dont have permissions to perform this operation or the object wont exist. However I increased the permissions to Bulk admin at the server role level and let it remain with read/write/exeucte and update permissions at database level and the dev team complains that they are still getting errors. However if i make the AD account an owner on the database they are able to get past the error. So is it mandatory to give an AD account owner permissions for performing bulk insert?


Viewing all articles
Browse latest Browse all 7129

Trending Articles