Skip to content

Instantly share code, notes, and snippets.

@MarkPryceMaherMSFT
Last active April 4, 2022 22:02
Show Gist options
  • Save MarkPryceMaherMSFT/23f88575d8af64f17df29bd3a3eaa12f to your computer and use it in GitHub Desktop.
Save MarkPryceMaherMSFT/23f88575d8af64f17df29bd3a3eaa12f to your computer and use it in GitHub Desktop.
size of dedicated sql pool
-- Size of dedicated SQL pool
SELECT DATABASEPROPERTYEX (DB_NAME(), 'ServiceObjective' ) as ServiceObjective
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment