I\'m using SqlBulkCopy to import an Excel file with C# and EPPlus on an ASP.NET MVC page. My goal is to import all the rows, compare with existing data and then upd
SqlBulkCopy