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
BCP is one way to do it.
This post explains it in three easy steps: Bulk insert with Azure SQL