Copy-Paste table from Excel to sql server

  • hello , i need advice on whether it is possible to copy a table from MS excel into SQL server Table ? Thank you

  • Yes, you can use SSIS, bcp or BULK INSERT, whichever works best for you. There are other cruder ways of doing it as well, such as building a set of INSERT statements in your spreadsheets and executing them in SSMS.

    John

  • I would ask some tutorial? thank you

  • You can also just import the Excel file directly into a new table.

    Right click on DB, Tasks, Import Data and select the Excel file as your source.

  • How many records? I find that right clicking on an empty table and selecting edit top 200 rows. From there, you can past the contents of the excel file.

    Have a great Monday!

  • hi , import data go only open XML ? because odb table . I do not want to open. Thank you

Viewing 6 posts - 1 through 5 (of 5 total)

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