First enter following command:
netsh int tcp show global
to get this overview:
TCP Global Parameters ---------------------------------------------- Receive-Side Scaling State : enabled Chimney Offload State : disabled NetDMA State : disabled Direct Cache Access (DCA) : disabled Receive Window Auto-Tuning Level : normal Add-On Congestion Control Provider : none ECN Capability : disabled RFC 1323 Timestamps : disabled Initial RTO : 3000 Receive Segment Coalescing State : disabled
For a MS SQL Server we use “disabled” - vor all other system “enabled”.
To change the setting enter:
netsh int tcp set global rsc=enabled