SQL SERVER 2025 CU5: Bug Reference 5090650, fixes issue in which an EntryPointNotFoundException for GetNumaNodeProcessorMask2
Before we dive into today's topic, if you missed my previous post you can take a look at SQL SERVER 2025 Optional Parameter Plan Optimization (OPPO) . 👉 If you found this deep-dive helpful, feel free to check out the ads—your support helps me keep creating high-quality SQL Server content for the community. SQL Server 2025 CU5 fixes EntryPointNotFoundException for GetNumaNodeProcessorMask2 💣 SQL Server setup crashes on older Windows versions? ⚡ CU5 fixes a nasty EntryPointNotFoundException tied to NUMA APIs and legacy operating systems. 🧠 TL;DR BOX ✔️ SQL Server 2025 CU5 fixes EntryPointNotFoundException for GetNumaNodeProcessorMask2 ⚡ ✔️ The issue occurs during SQL Server setup on unsupported or older Windows operating systems 💣 ✔️ The root cause is a missing Windows Kernel32 NUMA API function 🔍 ✔️ You can detect the problem immediately using a simple PowerShell API test 🧪 ⚡ The Hook In this post, I’ll show you why SQL Server 2025 CU5 fixes...