November 3, 2016 at 7:54 am
Dear all,
I will need to change the max degree of parallelism from 2 to 6. Do I have to restart the SQL Server instance in order to take effect?
thanks.
November 3, 2016 at 8:03 am
No, you will just need to run the reconfigure statement.
November 3, 2016 at 8:18 am
thank you
November 4, 2016 at 8:06 am
Sorry. If I use the GUI instead of the sql, will it also automatically assume the change? Or do I have to restart it?
November 4, 2016 at 8:13 am
You still won't need to restart SQL Server if you make the change through the GUI. If you are unsure what happens when you make changes using the GUI always script out the change so you can check what is happening.
November 4, 2016 at 8:40 am
Thanks
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply