Importare Access in MS SQL

Support Wissensdatenbank

Du bist hier:
Print

Importazione di database Access in Microsoft SQL Server

Questo tutorial ti aiuta a convertire i database accdb, mdb in SQL per poterli aggiungere al Server SQL. Usiamo lo script di https://github.com/miguel93041/accessmysqlconverter

  1. Installa python e pip sul tuo computer
  2. pip install –no-cache-dir –upgrade accessmysqlconverter
  3. python -m accessmysqlconverter.application
  4. Ora seguite le istruzioni sullo schermo e selezionate il file .accdb o .mdb appropriato.
  5. Verrà quindi generato un file .sql. Potete poi importare questo file nel vostro database in SQL Server Management Studio.
War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post