Hi:
I got an error message when I am trying to have a stored procedure import a table from an excel file. It's a SQL Server 2005 and I have enable the Ad Hoc Distributed Queries option. The query I am testing is as below:
SELECT * FROM OPENDATASOURCE( 'Microsoft.Jet. OLEDB.4.0',
'Data Source=S:\myfil e.xls;Extended Properties=Exce l 11')...TEST$
The error message:
OLE DB provider "Microsoft.Jet. OLEDB.4.0"...
Leave a comment: