How to migrate Azure SQL Server database (data) to kubernetes ms sql database

7/6/2019

I have data in an Azure SQL Server database and I need to migrate all data with structure to SQL Server kubernetes. What are the approaches we have for that?

Please explain in detail.

-- Vatan Soni
azure
azure-kubernetes
azure-sql-database
kubernetes
sql-server

1 Answer

7/6/2019

The normal way to migrate a database from Azure SQL Database so some other flavor of SQL Server is to Export a .bacpac file, and Import it on the target server.

-- David Browne - Microsoft
Source: StackOverflow