Cannot bulk load. The file “c:\data.txt” does not exist

后端 未结 3 402
小蘑菇
小蘑菇 2020-12-02 01:21

I\'m having a problem reading data from a text file into ms sql. I created a text file in my c:\\ called data.txt, but for some reason ms sql server cannot find the file. I

3条回答
  •  独厮守ぢ
    2020-12-02 02:06

    That's run on the server, so its looking for C:\data.txt on the server's C: drive.

    Also ensure the logon your using has read permissions on C:.

提交回复
热议问题