IT tutorials
 
Database
 

SQL Server 2012 : Delivering Manageability and Performance (part 4) - POLICY-BASED MANAGEMENT - SQL Server — Max Degree of Parallelism

11/18/2013 2:37:29 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

3.8 SQL Server — Max Degree of Parallelism

The intention of this policy is to ensure that the sp_configure option for Max Degree of Parallelism (MaxDoP) has been optimized (i.e., the current running value is nondefault) on any server with more than four CPUs.

Implementing this policy as described requires two conditions and one policy. The first condition will be used as a check condition to verify that the MaxDoP setting is correct. The second condition will be used as a server restriction to ensure that the policy applies only to servers with more than four CPUs. Finally, the policy will bring together the check condition and the restriction condition and determine the evaluation mode.

Start by creating the check condition shown in Figure 6.

FIGURE 6

image

Next, create a new condition that will be used for the server restriction. Create a new condition named Greater than 4 CPUs, using the facet Server. In the Expression pane, use @Processors, and set the Operator and Value to >4.

The final step is to create the policy. Use the name SQL Server — MaxDoP and choose the check condition and server restriction conditions created earlier. The policy should look like what is shown in Figure 7.

FIGURE 7

image

In summary, these three policy examples — check last full backup, autogrow settings, and MaxDoP — provide a framework of conditions and policies that can be used in a number of scenarios. You can also adapt and apply this foundation to most types of health-check policies, and scale it out to meet a variety of objectives for PBM.

 
Others
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us