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

后端 未结 3 410
小蘑菇
小蘑菇 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条回答
  •  萌比男神i
    2020-12-02 02:13

    This is mostly permission issue. you may not have permission on that drive. Make sure the logon you are using has read or if possible full control permission. It worked for me on local machine.

提交回复
热议问题