Tagged Questions
1
vote
1answer
630 views
OPENROWSET can't import an excel spreadsheet into SQL Server 2005 Express
I am trying to run the following query to select data from an excel spreadsheet:
SELECT FT_ID_SOCIETE_FF2C,FT_NOM,FT_ADR1,FT_ADR2,FT_ADR3,FT_CP,FT_VILLE,FT_TEL,FT_FAX,F10 FROM OPENROWSET ...