I have an ASP.NET app that takes multimegabyte file uploads, writes them to disk, and later MSSQL 2008 loads them with BCP.
I would like to move the whole thing to A
I think it's important to note that BCP cannot handle source files that are Unicode while using a format file to do your import.