配置 SQL Server 2000 在 64 位服务器上使用超过 2Gb 的内存
有没有办法配置 SQL Server 2000 标准版(32 位)以在运行 Windows 2003(64 位)的服务器上使用超过 2Gb 的内存?
谢谢你的帮助。
Is there any way to configure SQL Server 2000 Standard Edition (32 bit) to use more than 2Gb of memory on a server running Windows 2003 (64 bit)?
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
禁用高级窗口扩展 (AWE) 的 32 位版本的 SQL Server 只能访问 2 GB 内存(如果在 boot.ini 中使用 /3gb 开关,则只能访问 3 GB - 尽管我不太确定)如果这可以在 64 位 Windows 上运行)。 这与它们是在 Windows 2003 32 位还是 64 位上运行无关。
此外,SQL Server 2000 标准版无法打开 AWE(这是一项仅限企业使用的功能),因此您只能使用 2 GB 的限制。
最好的选择是升级到 SQL Server 2005 Standard(32 位或 64 位 - 32 位 Standard 可以使用 AWE),或者更昂贵的 SQL Server 2000 Enterprise Edition。 由于 SQL Server 2000 已终止生命周期,我的建议是采用 2005 标准路线。
32 bit versions of SQL Server with Advanced Windowing Extensions (AWE) disabled can only access 2 GB of memory, (or 3 GB if the /3gb switch is used in boot.ini - although I'm not sure off the top of my head if this will work on 64 bit Windows). This is regardless of whether they are running on Windows 2003 32 bit or 64 bit.
Additionally, SQL Server 2000 Standard Edition cannot turn AWE on (it's an Enterprise-only feature), so you're restricted to the 2 GB limit.
Your best bet is to see about upgrading to SQL Server 2005 Standard (32 or 64 bit - 32 bit Standard can use AWE), or the much pricier SQL Server 2000 Enterprise Edition. As SQL Server 2000 has reached End of Life, my suggestion would be to go the 2005 Standard route.
看来这篇 Microsoft 文章是相关的:
如何配置 SQL Server 以使用超过 2 GB 的物理内存
It appears that this Microsoft article is of relevance:
How to configure SQL Server to use more than 2 GB of physical memory