I am creating an ASP.net web application, which receives a CSV file from the user, uploads the file to the server, bulk copies the data into a ...TempHoldingTable.... Then the code calls a stored procedure which contains ...Merge... statement to copy the ...