Basics of SQL Server Memory Architecture

1. 32-Bit SQL Server memory architecture In the Win32 memory architecture, each process has a 4 GB virtual address space. By default, 2 GB of that address space is accessible from user mode(Application like SQL Server) and the remaining 2 GB is accessible from kernel mode So in 32 Bit windows architecture 2 GB of … Continue reading Basics of SQL Server Memory Architecture