Cannot bulk load. Operating system error code 5 (Access is denied.)

后端 未结 12 1737
没有蜡笔的小新
没有蜡笔的小新 2020-12-02 14:40

For some weird reason I\'m having problems executing a bulk insert.

BULK INSERT customer_stg
FROM \'C:\\Users\\Michael\\workspace\\pydb\\data\\andrew.out.txt\         


        
12条回答
  •  爱一瞬间的悲伤
    2020-12-02 15:14

    1) Open SQL 2) In Task Manager, you can check which account is running the SQL - it is probably not Michael-PC\Michael as Jan wrote.

    The account that runs SQL need access to the shared folder.

提交回复
热议问题