Bulk Load Files into SQL Azure?

后端 未结 4 728
别跟我提以往
别跟我提以往 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:57

    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.

提交回复
热议问题