select *
from Excel_EmployeeTable...[Staff$];
select *
from openquery(Excel_EmployeeTable, 'select * from [Staff$]')
Error message:OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "Excel_EmployeeTable" returned message "Unspecified error".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "Excel_EmployeeTable".
ASKER
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
http://visakhm.blogspot.in/2013/12/how-to-solve-microsoftaceoledb120-error.html