Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MarkPryceMaherMSFT/6c29c96eb1821703755fa480bcae93c5 to your computer and use it in GitHub Desktop.
Save MarkPryceMaherMSFT/6c29c96eb1821703755fa480bcae93c5 to your computer and use it in GitHub Desktop.
the number of nodes and distributions
-- 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