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:
In my case, it's not a permission problem, but a special char in the table name problem ( parenthesis and & ).
Hope this helps