Kann nicht initialisiert Datenquellenobjekt des OLE DB-Anbieter “Microsoft.Ass.OLEDB.12.0" für den Verbindungsserver "(null)"

Wenn ich führen Sie die folgenden commmands in SQL Server 2012

 exec sp_configure 'Advanced', 1 RECONFIGURE
 exec sp_configure 'Ad Hoc Distributed Queries', 1 RECONFIGURE
 EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0', N'AllowInProcess', 1
 EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0', N'DynamicParameters', 1

 SELECT * INTO dbo.Normalization FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0', 'Excel 12.0;Database=c:\_sandbox\Consolidations.xlsx','SELECT * FROM [Codes and Values$]')

Bekomme ich diesen Fehler

Nicht initialisiert Datenquellenobjekt des OLE DB-Anbieters
"Microsoft.Ass.OLEDB.12.0" für den Verbindungsserver "(null)".

Ahnung warum?

InformationsquelleAutor Sachin Kainth | 2013-06-07

Schreibe einen Kommentar