Hi @Y a h y a ,
Thanks for your update.
I could not find any error or failure in your attached output.
Please also try with below steps:
One: Change your account to a local user account.
Two: Grant your account full access to the file path F:\My Path.
"Could not find installable ISAM."
Three: About above error, you could refer this doc for more details about Resolution.
INSERT INTO OPENROWSET('Microsoft.Ace.OLEDB.12.0', 'F:\My Path\My DB.mdb', Staff)(Title)
SELECT Title
FROM Staff AS Staff_1
Four: You could check whether any correction is needed with above statement.
Please refer one example from below:
INSERT INTO OPENROWSET('Microsoft.Ace.OLEDB.12.0', 'Excel 12.0;Database=F:\My Path\My DB.xlxs', 'SELECT * FROM [Sheet1$]')
SELECT Title
FROM Staff AS Staff_1
Or
INSERT INTO OPENROWSET('Microsoft.Ace.OLEDB.12.0', 'Excel 12.0;Database=F:\My Path\My DB.xlxs', [Sheetname$])
SELECT Title
FROM Staff AS Staff_1
Best regards
Melissa
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.