B
Bryce K. Nielsen
We're using SqlBulkCopy for some large data migration routines, but the DBA
does not want to grant anything to our user account except the bare minimum
needed to execute SqlBulkCopy. There's nothing in the Help file about
required permissions, but reading online, it looked like you need INSERT on
the tables, and be in the ADMINISTER BULK OPERATIONS group. Our user is, but
we're still getting this error:
Cannot access destination table 'Table_Name'
What other permissions are needed to execute this properly?
-BKN
does not want to grant anything to our user account except the bare minimum
needed to execute SqlBulkCopy. There's nothing in the Help file about
required permissions, but reading online, it looked like you need INSERT on
the tables, and be in the ADMINISTER BULK OPERATIONS group. Our user is, but
we're still getting this error:
Cannot access destination table 'Table_Name'
What other permissions are needed to execute this properly?
-BKN