Hi @clay shannon ,
Please check if you can do the following steps:
1.Create a BACPAC file: If you can create the BACPAC file from your database that means your database can be migrated to Azure SQL Database.
2.Use a script: Generate a schema of the on-premises databases and create the same in the Azure SQL environment.
There are several ways to migrate the data. The following are some of the methods that can be used for data migration:
1.Create BACPAC files and export them
2.Use SQL Server Management Studio; generate scripts and use the import/export data methods
3.Use the Data Migration Assistant Wizard
4.Leverage Transactional Replication to port the data over to the cloud
5.Use PowerShell and SQLPackage.exe, an SSDT tool
Please refer to Migrate on-premises SQL Server database to Azure SQL Database.
Best Regards,
Mona
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.