How to move data from an .XLS file into a SQL Server table?

  • Thread starter Thread starter Steve Kershaw
  • Start date Start date
S

Steve Kershaw

Hello,

I need to move an Excell (.xls) table into a SQL Server 2005 table. How
can I do this?

thanks

Steve
 
You have to use SQL Server Business Intelligence Development Studio and
Create a new Integration Services Project. Then used the Bulk Insert
Control and import the Excel File to the table that you want.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top