Hi All,
I have a server with two sql server instances and 32 CPU in which I have to give 16 CPU - 16 CPU to each SQL instance.
each CPU has both processor Affinity and I/O affinity.
As per Microsoft we should not assign both processor Affinity and I/O affinity to the same CPU.
What would be the best practice in My case??
I am using SQL Server 2014 SE on Windows server 2012.
aa