Home Forums SQL Server 2005 T-SQL (SS2K5) Openrowset "Could not find installable ISAM.". for Excel Import RE: Openrowset "Could not find installable ISAM.". for Excel Import

  • Might as well move to the latest ACE provider:

    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c06b8369-60dd-4b64-a44b-84b371ede16d&displaylang=en

    Sample query:

    SELECT *

    FROM OPENROWSET('Microsoft.ACE.OLEDB.12.0',

    'Excel 12.0;Database=C:\sample_file.xlsx;',

    'SELECT * FROM [Sheet1$]') ;

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato