Skip to content

Instantly share code, notes, and snippets.

@mvalipour
Created April 2, 2016 16:23
Show Gist options
  • Select an option

  • Save mvalipour/33b62d2f53eadc6aa614748ce59b9002 to your computer and use it in GitHub Desktop.

Select an option

Save mvalipour/33b62d2f53eadc6aa614748ce59b9002 to your computer and use it in GitHub Desktop.
Set Maximum Degree of Parallelizm (number of CPUs) on an Azure Premium SQL Database
ALTER DATABASE SCOPED CONFIGURATION SET MAXDOP =2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment