I want to import all data (columns/rows) stored in an access query called "T4-R01"
i am trying to do use the following syntax in SQL Server management 2008:
select Month from OPENDATASOURCE('Microsoft.Jet.OLEDB.4.0','Data Source=c:\EatonFAS109Q12012.mdb;User ID=;Password=')...[T4-R01]
I am getting the following error:
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "Unspecified error".
Msg 7303, Level 16, State 1, Line 1
Cannot initialize the data source object of OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".
Am i using the correct syntax? any suggestions?