Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We're looking to migrate a Microsoft Access Database to an Azure SQL instance (for AutoCAD Electrical 2023), and are running into errors. Here is what we tried:
- Initially, the original Access database was backed up.
- The database was "restored" in a local instance of SQL since Azure SQL databases cannot be "restored" from local backups.
- The full database schema with tables, views, permissions, users, etc. was generated in a SQL script.
- We then Create an Azure SQL database called "default_cat" and another called "footprint_lookup".
- The full script was run on each respective Azure SQL database.
- We then tried connecting to the database through SQL Authentication (username / password) from AutoCAD Electrical and got the following message:
We tried troubleshooting a few items here and nothing worked (there were no extra tables created by us, and the Access database was not modified in any way from creation)
- We then fully wiped the Azure SQL databases and then tried to "Migrate" the Access databases to Azure SQL and got the following error message:
These issues do not happen on local instances of SQL, but each local instance of SQL does not get us the scalability that we need (since it's still relegated to only that user on that machine). Is there no compatibility with Azure SQL? Is there something we're doing incorrectly?
Solved! Go to Solution.
