Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.65 KB

affinity64-mask-server-configuration-option.md

File metadata and controls

30 lines (25 loc) · 1.65 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Server configuration: affinity64 mask
Find out about the affinity64 mask option. See when to use it in SQL Server to bind processors to specific threads.
rwestMSFT
randolphwest
07/18/2024
sql
configuration
conceptual
processor affinity [SQL Server]
affinity64 mask option
binding processors [SQL Server]

Server configuration: affinity64 mask

[!INCLUDE SQL Server]

The affinity64 mask binds processors to specific threads, similar to the affinity mask option. Use affinity mask to bind the first 32 processors, and use affinity64 mask to bind the remaining processors on the computer. This option is only visible on the 64-bit version of [!INCLUDE ssNoVersion].

Related content