views:

411

answers:

1

With SQL Server 2005 using SSMS, when I run this:

SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C:\TestIDs.xls', 'SELECT * FROM [Sheet1$]')

And get this:

The OLE DB provider "Microsoft.Jet.OLEDB.4.0" has not been registered.

Is it referring to the server or my local machine?

A: 

it reffers to the server.

Mladen Prajdic