Azure sql database price

Anshal 2,251 Reputation points
2022-07-18T13:17:37.827+00:00

Hi friends azure SQL database cost is very high how to reduce please suggest your advice what steps are there If I chose basic it is only 2gb my database is more than 2gb

Azure SQL Database
0 comments No comments
{count} vote

Accepted answer
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-07-18T13:23:54.297+00:00

    You have the option of using Azure SQL Serverless that is able to auto-pause after X minutes and you pay per minute instead of per hour.

    For other Azure SQL flavors (DTU-model, vCore-model) you scale down the service tier during non-business hours or during the weekend.

    With Azure SQL DTU-model you don't have to pay licesing fees.

    In addition, you can take advantage of reservation discount for Azure SQL Database.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Bjoern Peters 8,921 Reputation points
    2022-07-18T14:00:20.667+00:00

    additional to Albertos' answer:

    even with a "normal" Azure SQL database, you can create an automation which "pauses" your databases fees
    https://www.sql-aus-hamburg.de/en/pause-resume-backup-an-azure-sql-database-with-powershell-part-3/

    The question is, what do you really need and what do you actually have? And what are your requirements?

    1 person found this answer helpful.
    0 comments No comments

  2. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2022-07-19T05:24:15.13+00:00

    Just adding a note, make sure you size your Azure SQL database appropriately, along with the Database Migration Assistant; the Azure SQL Database DTU Calculator is an excellent place to start by capturing the performance data:

    1 person found this answer helpful.
    0 comments No comments

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.