Azure: How to move databases into Elastic Pool

后端 未结 5 853
孤街浪徒
孤街浪徒 2021-02-05 04:17

We have a few databases in Pricing Tier: Basic, S0... like below picture:

These databases were created before a new Elastic Pool is cr

5条回答
  •  独厮守ぢ
    2021-02-05 04:51

    You can create an elastic pool in the same server as your databases, through portal using instructions here - https://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-pool-create-portal/

    Once you have created a pool, you can add existing databases to the pool using instructions here - https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-pool#manage-an-elastic-pool-and-its-databases

    Let us know if you have any further questions here.

    -- srini

提交回复
热议问题