About 112,000 results
Open links in new tab
  1. Azure SQL Elastic Pool Decrease Storage Limit Below Usage for SQL ...

    Apr 2, 2025 · Deployment issue: I've tried to deploy a SQL Elastic Pool (running SQL Server (PaaS)), but it fails due to storage limit message. In the Azure Portal it's using the same settings as in the …

  2. How to move Azure Elastic Pool between different SQL Servers

    Oct 25, 2023 · 0 I'm looking to move Azure Elastic Pool from one Azure SQL Server to another Azure SQL Server. I'm not sure if its possible to do so, as I tried to look around internet for the same but …

  3. sql - Azure Single Database vs Elastic Pool Databases - Stack Overflow

    Dec 17, 2022 · Azure SQL databases are throttled, once you’ve reached the limit of the database resources, additional requests will be timed out. With an elastic pool, you create a shared resource …

  4. Azure: How to move databases into Elastic Pool - Stack Overflow

    May 20, 2016 · I found the Microsoft page to be unclear on the actual steps of moving existing Azure SQL Databases to the Elastic Pool. I wrote this paper to explain the steps, how to assign existing …

  5. What is the difference between Azure SQL Database Elastic Pools and ...

    Dec 14, 2018 · 15 Azure SQL Database has two similar flavors - Managed Instance and Elastic pools. Both flavors enables placing multiple databases that share the same resources and in both cases …

  6. Terraform Azure - Move an existing Azure SQL Database into an Elastic …

    Jun 26, 2020 · 2 I have an existing Azure SQL Server and 1 database that wasn't created into an Elastic Pool initially. Terraform has deployed this and kept the state.

  7. Optimizing Azure SQL Elastic Pools with high memory but low CPU

    Mar 8, 2024 · The CPU of these pools peak no higher than 30% which inclines me to want to reconfigure the elastic pool (to maybe 4 vCores). However, the SQL instance memory percent of these pools …

  8. List all databases by elastic pool using T-Sql in Azure Sql

    Nov 10, 2022 · There is a need that I need to create a query (T-Sql) where I will list the databases (name) given the elastic pool name. However, I couldn't find a sys.stats*** table or view that will give …

  9. How to programmatically create an Azure SQL Database in an Elastic …

    Aug 7, 2019 · I want to write code in C# which would programmatically create and add an Azure SQL database into an existing elastic pool. I have looked into the Elastic Database Client Library, but it …

  10. Is Azure SQL Elastic Pool the Right Choice for Having Separate SQl DB ...

    Feb 23, 2022 · For PROD environment, Elastic Pool is a good option if your application has below use-cases. Azure SQL Database elastic pools are a simple, cost-effective solution for managing and …