能不能说详细一点,谢谢
[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WIN2003="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect
c:\Arldr="DOS工具箱"

解决方案 »

  1.   

    设定步骤:
    1. 在 C:\boot.ini 档中设定 /PAE 参数,然后重开机,让OS抓到记忆体
    2. 在SQL Query Analyzer中输入下列指令,来启动SQL Server的AWE功能(这里设定记忆体为6G):
        sp_configure 'show advanced options', 1
        RECONFIGURE
        GO
        sp_configure 'awe enabled', 1
        RECONFIGURE
        GO
        sp_configure 'max server memory', 6000
        RECONFIGURE
        GO
        sp_configure 'allow updates', 1
        RECONFIGURE WITH OVERRIDE
      

  2.   

    參照:
    http://topic.csdn.net/t/20040611/15/3083770.html