RATE THIS ANSWER
0
Click to Vote:
0
0
In the boot.ini you need to add in the /PAE and /3GB switches.
Within SQL Server you need to use sp_configure to enable AWE. Set the maximum server memory to 22528.
exec sp_configure 'allow AWE', 1
exec sp_configure 'max server mem', 22528
reconfigure
go
After doing this you will need to reboot the server.
Last Answered:
Sep 27 2008 9:39 PM GMT by Mrdenny 
46795 pts.