what is best practice using Azure SQL Database ?

KIM 0 Reputation points
2024-05-23T00:41:17.4966667+00:00

hi?

My customer decided to use Azure SQL Database.

In Azure, you can create and use multiple databases in one Azure SQL Database Server.

Is there any problem if I use it like this? Or do I need to create a SQL Server for each database?

The people who access each database are different, and each database is independent.

Currently, a single server is created and multiple databases are created and configured.

I wonder what the best practice configuration is in terms of Azure.

If anyone knows, please respond.

thank you!

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 33,251 Reputation points MVP
    2024-05-23T02:17:22.1033333+00:00

    If each database is independent, and cross-database queries are not common, Azure SQL is a perfect choice. No need to create a logical Azure SQL Server per database. One logical server is good enough. In case a database is accidentally deleted that logical server will allow you to recover it (undelete it).

    0 comments No comments