OPENROWSET BULK Permissions to Shared Folder

前端 未结 3 997
执念已碎
执念已碎 2021-01-23 11:39

OBJECTIVE

Use the OPENROWSET feature to JOIN data in a query against a text file.

ERROR

Leveraging the answer from @gbn on this question I am trying to

3条回答
  •  灰色年华
    2021-01-23 12:27

    I had the same issue which was caused by using a SQL DNS-Alias. With Servername\Instance it worked, with ServerAlias\Instance I get Operating system error code 5(Access is denied.).

提交回复
热议问题