Forum Discussion

OlivierSanzot's avatar
OlivierSanzot
Copper Contributor
May 27, 2024

Issue using the Microsoft.ACE.OLEDB.12.0 provider to read excel content using T-SQL

Hi experts, I'm trying to read excel content from T-SQL using the ACE provider and OPENROWET. Using the following syntax: SELECT * FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0','Excel 12.0; HDR=NO; ...

Resources