How to update Sql table from excel directly?

前端 未结 2 801
醉酒成梦
醉酒成梦 2021-02-10 02:02

I have an sql database and I am able to connect with excel spreadsheet. But when I update the table from excel directly it\'s not updating the database and once I click refresh

2条回答
  •  广开言路
    2021-02-10 02:56

    Yes, you can directly via VBA or with other tools.

    1. via VBA (via qry)
    2. via SSIS (https://www.simple-talk.com/sql/ssis/moving-data-from-excel-to-sql-server-10-steps-to-follow/)
    3. via managament studio (https://www.mssqltips.com/sqlservertutorial/203/simple-way-to-import-data-into-sql-server/)
    4. via MS ACCESS (with ODBC connection to server) ...

提交回复
热议问题