You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The perfstatsanalysis script creates an sp called "proc_PowerPlan".
ifnotexists (select*from tbl_PowerPlan where ActivePlanName like'%High Performance%')
So if the power plan name is not fully spelled out like that, it may flag "Power Plan is not set to high performance". But, at least in later Windows, you can rename your power plan. PC manufactures may have their own names for plans, etc. Someone could use the High Perf plan and change settings to it, without renaming it. The actual settings under the power plan, like CPU throttling, are really what we are concerned with, and not the name of the plan.
I'm adding this as an issue to PSSDiag to see if we can do better than just capturing the name of the plan.
The perfstatsanalysis script creates an sp called "proc_PowerPlan".
So if the power plan name is not fully spelled out like that, it may flag "Power Plan is not set to high performance". But, at least in later Windows, you can rename your power plan. PC manufactures may have their own names for plans, etc. Someone could use the High Perf plan and change settings to it, without renaming it. The actual settings under the power plan, like CPU throttling, are really what we are concerned with, and not the name of the plan.
See also microsoft/SqlNexus#145
The text was updated successfully, but these errors were encountered: