microsoft / SqlScriptDOM

ScriptDOM/SqlDOM is a .NET library for parsing T-SQL statements and interacting with its abstract syntax tree
MIT License
128 stars 13 forks source link

Support SERVICE_OBJECTIVE for DB copy #58

Closed arvindshmicrosoft closed 10 months ago

arvindshmicrosoft commented 10 months ago

Fixes #56 by adding support for SERVICE_OBJECTIVE (including elastic pool) within a CREATE DATABASE ... AS COPY OF ... statement for Azure SQL. T-SQL grammar reference.