Is there any way to grant my SQL Authenticated SQL Server Account a Full Control access to Disk C? I have an Excel File uploader that opens .xlsx files to read the data and INSERT it into the database. My server is located on Disk C and that's also where I copy the files being uploaded by the user before I open it systematically.
As of now, I am having the
Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".
error using my SQL Authenticated account because the file is in Disk C but when I use my Windows Authenticated account it works fine. What I want to achieve is that my SQL Authenticated account should have the same level of access in the server as my SQL Authenticated Account so that my uploader can upload just fine even if I'm using an SQL Authenticated Account.
OPENROWSETor linked servers on the ACE provider is not properly supported anyway.