After reading in an excel-sheet (to transferTable), I want to add that data to a new table (destinationTable) using SqlBulkCopy, but I\'m getting the error:
It seems that the user who executes this code don't have proper access to the database.
* Check so that the user got access.
* Check the connectionstring your using to connect to the database.