Introduction
When doing SQL Migrations we have some wonderful tools at Microsoft that will assist you with the migration from On-Premise to Azure. But What happens down the line when you need to decide if you made the correct choice from the start? Or has your use case changed? Maybe a service costs more than you thought and now you want to understand what the alternatives are?
In my case I created a SQL Managed Instance without any tools and need answers to two questions.
Did I make the right Choice?
Are there any tools that can provide recommendations or right sizing on my Database?
Process Description:
I will run the Data Migration Assistant SQLAssessment Tool on my Azure SQL Managed Instance.
Requirements:
Steps
Save and close the file.
There are some properties that can be modified, please refer to our official Docs Article (https://docs.microsoft.com/en-us/sql/dma/dma-sku-recommend-sql-db?view=sql-server-ver15 )
Find a copy of my code https://github.com/WernerRall147/RallTheory/tree/main/SQLManagedInstanceRightSizing
Disclaimer
The sample scripts are not supported under any Microsoft standard support program or service. The sample scripts are provided AS IS without warranty of any kind. Microsoft further disclaims all implied warranties including, without limitation, any implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample scripts and documentation remains with you. In no event shall Microsoft, its authors, or anyone else involved in the creation, production, or delivery of the scripts be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample scripts or documentation, even if Microsoft has been advised of the possibility of such damages.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.