Last active
April 4, 2022 22:02
-
-
Save MarkPryceMaherMSFT/23f88575d8af64f17df29bd3a3eaa12f to your computer and use it in GitHub Desktop.
size of dedicated sql pool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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