- Home
- How to Deploy SQL server on Azure Container Services?
Monthly Archives:
September 2020
How to Deploy SQL server on Azure Container Services?
In this blog we will learn about Azure container services and how to deploy SQL server 2019 on Azure Container Services.
How to choose Right data distribution strategy for Azure Synapse?
Azure Synapse (Azure SQL Data Warehouse) is a massively parallel processing (MPP) database system. The data within each synapse instance is spread across 60 underlying databases. These 60 databases are referred to as “distributions”. As the data is distributed, there is a need to organize the data in a way that makes querying faster and more efficient.In this blog we will learn how to choose the right distribution strategy.