When configuring a SQL Server 2008 R2 server with 5 instances is there a best practice for configuration MAXDOP across all instances with 8 cores available in total? I would appreciate any links or guides.
My initial thoughts are that I will configure the box to be set at MAXDOP = 2 for each instance so I have uniform configuration without causing resource conflicts, but what could the impact be if we have varying MAXDOP settings for the instances?