Azure: How to move databases into Elastic Pool

后端 未结 5 909
孤街浪徒
孤街浪徒 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条回答
  •  猫巷女王i
    2021-02-05 05:04

    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 databases to the pool (from the Elastic Pool side), and preserve the existing SQL Server connection strings. That's critical to avoid recoding and testing all the applications that may be dependent on the databases that are moved.

    http://fmsinc.com/microsoft-azure/sql-server/pooled/index.htm

    Note that the pool only applies to one server, so you can't combine databases from multiple servers into one Elastic Pool account.

    Hope this helps.

提交回复
热议问题