Bulk Load Files into SQL Azure?

后端 未结 4 729
别跟我提以往
别跟我提以往 2020-12-16 14:13

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

4条回答
  •  长情又很酷
    2020-12-16 14:58

    BCP is one way to do it.

    This post explains it in three easy steps: Bulk insert with Azure SQL

提交回复
热议问题