Migrate to Azure Managed Instance

JoelP 366 Reputation points
2022-10-19T22:51:33.36+00:00

Hi,
We are planning to migrate our SQL On Prem server with SSIS and SSRS to Azure. The option we chose is SQL Managed Instance.

Basically, we are planning on spinning up an SQL Managed Instance to host the DBs, SSIS and SSRS DB but we will have another VM to install the SSRS.

Has anyone done similar setup and can share any issues they encountered.

Also, question re SQL managed instance pricing. I noticed the cheapest plan is 4 core which is around 600 USD. For POC development and testing purposes, we don't want to be paying this monthly. Is there any option to save cost? Do I spin up the instance, and delete it.

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-10-19T23:27:59.457+00:00

    Migration time could be a few minutes for that amount of data. I would be surprise if it takes 15-20 minutes. I have migrated 750 GB in about 50 minutes.

    The Report Server database can be hosted on Azure SQL Managed instance without any issues while the SSRS is installed on a VM. See SSRS documentation.

    About SSIS, SSIS to Azure Data Factory (ADF) or a VM (the SSISDB catalog can be hosted in the managed instance). To “lift and shift” your SSIS-based ETL you need to configure Azure Data Factory (ADF) to host the SSIS runtime. Take in consideration that only SQL Server Management Studio 17.7 and above have support for SSIS package scheduling in SQL Agent on SQL Managed instance. With that version of SSMS or above you can create SQL Agent jobs to execute SSIS packages on the managed instance.

    About pricing or discount price for testing, Dev/test pricing is available for SQL Database Managed Instance as part of the Azure Enterprise dev/test offer, providing a cost-effective way to run your development and testing workloads on Azure SQL Database. With dev/test pricing for Azure SQL Database, you can save up to 55 percent versus list prices.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.