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:
Andrij Ferents answer is valid.
The destination table must exist before calling SQLBulkCopy. It is a common newbie mistake.
SQLBulkCopy