MS SQL Server - Bulk Insert Across a Network

前端 未结 5 605
北荒
北荒 2021-01-13 22:32

I have an application that uses MS SQL Server for which I\'ll need to do a bulk insert from a file. The sticking point is that the database and my application will be hoste

5条回答
  •  自闭症患者
    2021-01-13 23:08

    Actually you can place the file at both the Application and Database server.

    Both files must be the same path. From the Application server, the purpose is only for selection. The Database server is for the bulk insert.

    This is what I did for my customer and they also agreed with this simple trick.

提交回复
热议问题