AWE is an application-level way to address >2GB of RAM. The corresponding
system-level function is PAE. No, the 64-bit OS does not have PAE, but it
does support the AWE APIs for 32-bit applications. The "glue" code for that
was included in SQL 2000 SP4.
Just as on a 32-bit platform, memory above 2GB is non-addressable and usable
only for data cache for SQL 2000. SQL 2005 native 64-bit mode can address
all the memory on a 64-bit OS.

Signature
Geoff N. Hiten
Senior Database Administrator
Microsoft SQL Server MVP
I agree with Geoff. An additional note, if you are running SQL Server 2000 32 bit on a Windows Server 2003 64 bit OS, then SQL Server can access upto 4GB of memory without any switches (note that if the OS was 32
bit then SQL can access upto 2GB without any switches). For more than 4GB, in this scenario, you will enable AWE and set "max server memory" to 8GB. I hope you have more thatn 8GB RAM as you do not want to
give everything to SQL Server. If you just have 8GB RAM then I will set "max server memory" to 6GB or 6.5GB max. If you do not set "max server memory", SQL will take all the RAM - 128MB which is not
recommended for obvious reasons.
When AWE is enabled, you cannot use Task Manager. This is documented in Books Online
The following is from Books Online
Use System Monitor (Performance Monitor in Microsoft Windows NT® 4.0) to retrieve information on SQL Server memory usage and available memory. Task Manager does not provide accurate memory usage
information for AWE. Therefore, the memory quoted for sqlservr.exe is not correct. To obtain the correct amount of SQL Server memory usage, you can use the Total Server Memory (KB) performance counter,
activated through System Monitor, or select the memory usage from sysperfinfo. For more information, see Monitoring Memory Usage.
Additionally you can run "dbcc memorystatus" to Monitor SQL Server Memory Usage. For additional information on this dbcc command, see Microsoft Knowledge base article
INF: Using DBCC MEMORYSTATUS to Monitor SQL Server Memory Usage
http://support.microsoft.com/?id=271624
HTH,
Best Regards,
Uttam Parui
Microsoft Corporation

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security.
Microsoft highly recommends that users with Internet access update their Microsoft software to better protect against viruses and security vulnerabilities. The easiest way to do this is to visit the following websites:
http://www.microsoft.com/protect
http://www.microsoft.com/security/guidance/default.mspx