I have a problem regarding openrowset
.
I am running the following encoding:
SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',
'Excel 12.0;Database=C:\Procesos\PRUEBA.xlsx', [Hoja1$])
and I get the following error:
The OLE DB provider 'Microsoft.ACE.OLEDB.12.0' can not be used for distributed queries because it is configured to run in simple controlled threading mode.