Hi @Dan Marsh ,
Please try this OR open \Server Objects\Linked Servers\Providers in SQL Server Enterprise Manager:
USE [master]
GO
EXEC master.dbo.sp_MSset_oledb_prop
N'Microsoft.ACE.OLEDB.12.0',
N'AllowInProcess',
1
GO
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
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.