Running 32 bit SQL Server 2005 on 64 bit Windows Server?
Posted
by TooFat
on Server Fault
See other posts from Server Fault
or by TooFat
Published on 2010-06-16T18:19:57Z
Indexed on
2010/06/16
18:23 UTC
Read the original article
Hit count: 217
sql-server
|x64
If I have a 32 bit version of SQL Server 2005 running on a 64 bit Windows Server does the max amount of memory avail. the SQL Server process increase from 2gb to 4gb. In reading this blog entry by Mark Russinovich in which he states that
"All Microsoft server products and data intensive executables in Windows are marked with the large address space awareness flag"
and
"Because the address space on 64-bit Windows is much larger than 4GB, something I’ll describe shortly, Windows can give 32-bit processes the maximum 4GB that they can address and use the rest for the operating system’s virtual memory."
which leads me to believe that the answer is "yes" but I not totally confident.
© Server Fault or respective owner