How to import Excel file into SQL?

  • Is there anyone know how to import Excel file into SQL?

    Thank you

  • This sums it up: http://support.microsoft.com/kb/321686

    Plus there's the Import Wizard.

  • you could use the import export data wizard on SQL server .

    or if you do not have it installed ..

    right click on the database>tasks>import data. follow the steps ...

    or

    if you have SSIS , you can use it to import data from an excel file .

    or

    create a table in your database and use insert command to insert the rows.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply