Using Garbage Collection after import

  • Thread starter Thread starter SteveB
  • Start date Start date
I guess you use DataTable as a param in BulkCopy.

Could you try DataTable.Clear() method to free the memory?
 
Back
Top