简体   繁体   中英

Upload .db file to Azure SQL

I have a.db file, with a bunch of tables and data (and a few one to many relationships), instead of rewriting everything, is there a way for me to just upload this database directly to Azure SQL?

My suggestion is to install SQL Server Developer Edition on your laptop or local computer and import those database files to that SQL instance as explained h ere , if they are Dbase files.

Once you have imported the.dbf files to the local SQL Server instance, use SQL Server Management Studio to deploy the database to Azure as shown here and here , or you can use Data Migration Assistant to migrate to Azure as explained here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM