配置 SQL Server 2000 在 64 位服务器上使用超过 2Gb 的内存

发布于 2024-07-08 20:08:08 字数 99 浏览 9 评论 0原文

有没有办法配置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

哑剧 2024-07-15 20:08:08

禁用高级窗口扩展 (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.

我三岁 2024-07-15 20:08:08

看来这篇 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文