Cost benebit analysis for SQL on Azure versus sql on premises

Krishnappa, Srinivas EX1 26 Reputation points
2022-06-24T14:19:41.583+00:00

Hi ,

Can some one guide me , how to use TCO calculator , for determining cost analysis for migrating on prem sql servers to Azure . How does cost pan out , when customer have good number SQL licenses with SA on prem . What are various licensing options available on Azure for SQL (IAAS, PASS, CSP) , how can i compare the cost with on premises environment for TCO purpose .

Azure SQL Database
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-06-27T10:53:40.197+00:00

    This documentation will help you estimate costs. With Azure SQL DTU-model you don't pay licenses, but with Azure SQL vCore -model, SQL Server VMs IaaS, and Azure SQL Managed instance those on-premise SQL Server licences with software assurance can help you save money as explained here.

    With developmen, QA, test environments consider using Azure SQL Serverless where you get billed by the minute (in contrast with other Azure SQL PaaS options where you get billed by hourly usage) and is the only Azure SQL option that can be paused allowing you to save money. The other Azure SQL options can be scaled down during none business hours to save money but cannot be paused.

    For environments with multiple databases that have varying and unpredictable usage demands, Azure SQL Elastic Pools can provide cost savings compared to provisioning the same number of single databases.

    Another thing to take in consideration is that with Azure SQL you can get use of exclusive SQL Server Enterprise Edition features like column store, online index operation without paying for premium tiers and with paying enterprise licensing fees.

    Here you will find Azure SQL Database prcing calculator.

    In addition you can make use of reservations to save even more money.

    There are some features like Automatic Tuning (based on artificial intelligence) that are not available on SQL Server on-premise that you get with no additional cost on Azure SQL.


0 additional answers

Sort by: Most 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.