You should add the /3GB and /PAE switches to boot.ini and enable AWE and set a maximum amount of memory for SQL server e.g. 5 GBuse mastergosp_configure 'show advanced options', 1RECONFIGUREgoexec sp_configure 'awe enabled',1reconfigure with overridegosp_configure 'max server memory',5120reconfigurego
Then restart the SQl service. Task Manager does not correctly report memory for processes when AWE is enabled but you can use Performance Monitor to confirm SQL Server's Working Set.HTHJasper Smith