Created
April 9, 2022 23:47
-
-
Save MarkPryceMaherMSFT/6c29c96eb1821703755fa480bcae93c5 to your computer and use it in GitHub Desktop.
the number of nodes and distributions
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 | |
SELECT DATABASEPROPERTYEX (DB_NAME(), 'ServiceObjective' ) as ServiceObjective | |
-- How many nodes.... | |
select * from sys.dm_pdw_nodes; -- DWU100 to DWU400 | |
-- distributions | |
select * from sys.pdw_distributions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment