Hi,
INSERT INTO OPENROWSET
('Microsoft.ACE.OLEDB.12.0',
'Excel 12.0;Database=\\localhost\satya\test123.xlsx;Extended Properties=Excel 12.0 XML;HDR=YES',
'SELECT * FROM [Sheet1$]')
when executing the query it shows error as.
Insert Error: Column name or number of supplied values does not match table definition.
SATHIYANARAYANAN