Import Excel Spreadsheet Data to an EXISTING sql table?

后端 未结 4 2312
太阳男子
太阳男子 2021-02-18 13:40

I have a table called tblAccounts whose contents will come from an excel spreadsheet.

I am using MS SQL Server 2008 (x64) on a Windows 8.1 (x64)

I tried using th

4条回答
  •  梦谈多话
    2021-02-18 14:37

    You can use import data with wizard and there you can choose destination table.

    Run the wizard. In selecting source tables and views window you see two parts. Source and Destination.

    Click on the field under Destination part to open the drop down and select you destination table and edit its mappings if needed.

    EDIT

    Merely typing the name of the table does not work. It appears that the name of the table must include the schema (dbo) and possibly brackets. Note the dropdown on the right hand side of the text field.

提交回复
热议问题