Created
April 2, 2016 16:23
-
-
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
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
| 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