INSERT INTO MAPPINGTABLE (Col1, Col2, Col3)SELECT Col1, Col2, Col3 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel 8.0;Database=C:\Documents and Settings\user\My Documents\Length Adjustments\Mapping\Mapping Table.xls', 'SELECT * FROM [Sheet1$]')