Getting Operating System Error Code 5 Access Denied

Asked By 0 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 0 points N/A #297706

Getting Operating System Error Code 5 Access Denied

qa-featured

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.

Related Questions