Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Sql Server database with an elastic pool #13

Open
bryancrosby opened this issue Sep 12, 2023 · 1 comment
Open

Create Sql Server database with an elastic pool #13

bryancrosby opened this issue Sep 12, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bryancrosby
Copy link

Are there any plans to add support for creating a SQL Server Database with an elastic pool? Obviously the elastic pool must exist first, but thought that may be provided by the end-user. There's currently a few overloads in SqlServerExtensions for some different editions of Azure Sql, but I couldn't find any support for creating a database in an elastic pool.

The syntax is:

CREATE DATABASE somedatabase ( SERVICE_OBJECTIVE = ELASTIC_POOL (name = [poolname] ));

@bryancrosby bryancrosby added the enhancement New feature or request label Sep 12, 2023
@mjauernig
Copy link
Member

Maybee you can create the elastic pool with a code script and this code snippet Create a new pool.

P.S.
I am still assigned to additional Azure tickets. I'll look at it in the context of processing the other tickets.

@mjauernig mjauernig self-assigned this Sep 13, 2023
@droyad droyad transferred this issue from DbUp/DbUp Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants