I have data in an Excel spreadsheet with 9 columns. How do I fetch this data into an existing table in SQL Server?
By using the Import & Export tool, I need to create a new table which I don't want.
Use SSIS. Source=Excel, destination = your table.
Make sure they both have the same column name.
also you can acte like this