|
At some point you might want to Bulk Copy data from one database to another, either for archiving, or for reporting. Whatever your reason, if you choose to implement this with CLR, there is an important gotcha that you need to be aware of. You can not use SqlBulkCopy with the context connection.
Read More..
|