Asked By
Ailene Medi
0 points
N/A
Posted on - 05/30/2017
Hi. I am trying to import a .csv file from server to server SQL table using SQL Server authenticated user. I go the following error message ‘Operating system error code 5 access denied’. I’m not able to get the actual understanding for this error. Anyone help please ASAP. Thanks in advance.
Getting Operating System Error Code 5 Access Denied
Check the account your SQL is running under and then check what permission account has under share. It seems like the account does not have sufficient rights of accessing that folder. Kindly note that the account under which SQL is running is important not what you have logged in as. I hope this might help you to solve your issue.