I want to write a web api which should receive Excel / csv files with around 10 columns and parse and insert into a normalized SQL Server database using ...SqlBulkCopy... (4 foreign key constraints, 2 non-clustered indexes)....What will be approximate ach...