错误#1 16:28 2012-7-25
数据库服务器A想开启下sql server 2000的AWE。结果发现在查询分析器中执行RECONFIGURE时报错。运行的语句为:
1 sp_configure 'show advanced options',1 2 reconfigure 3 go 4 sp_configure 'awe enabled',1 5 reconfigure 6 go 7 sp_configure 'max server memory',4096 8 reconfigure 9 go