错误#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
View Code

相关文章:

  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-06-07
  • 2021-08-21
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2021-11-19
  • 2021-06-15
  • 2021-11-17
  • 2021-11-25
  • 2021-06-24
  • 2022-03-07
  • 2022-12-23
相关资源
相似解决方案