I have to make a multiple copy of tables from one database to other with SqlBulkcopy from an ASP.NET MVC application....The process takes more than 2 minutes, and I do not trust users....Wich is the best way to do the entire process, even if the user clos...