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:
Bulkcopy expects the table to exists in the database. Also you should have access to this database or table.