我可以在 64 位目标上部署 SQL Express 2008 32 位吗?

发布于 2024-10-18 20:41:02 字数 93 浏览 2 评论 0原文

我问的原因是,在 SA 中,我们面临带宽挑战,如果我只需上传一个包含一个 SQL Express 包的部署包,那就太好了,而且该包必须是 32 位才能满足最常见的部署目标。

The reason I ask is that in SA we're bandwidth challenged, and it would be great if I only have to upload a deployment package with one SQL Express package, and that would have to be 32 bit to cater for the most common deployment target.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

抱着落日 2024-10-25 20:41:02

是的。事实上,如果您获得“SQLEXPR_x86_ENU.exe”包而不是“SQLEXPR32_x86_ENU.exe”,您将能够在 64 位环境中的 WoW 子系统上运行。

以下引用来自 MSDN 上的这篇文章,您可以在其中获得更多详细信息。

没有32表示支持
安装在 WoW 子系统中
x64平台,但仍然是32位
SQL Express 版本。

Yes. In fact if you get the "SQLEXPR_x86_ENU.exe" package instead of "SQLEXPR32_x86_ENU.exe" you will get the ability to run on the WoW subsytem in a 64-bit environment.

The following quote is from this post at MSDN, where you can get more detail.

Without the 32 means it supports
installing in the WoW subsystem on an
x64 platform, but it's still the 32bit
version of SQL Express.

今天小雨转甜 2024-10-25 20:41:02

是的,SQL 将以 32 或 64 位模式运行,但如果您不需要 OPENROWSET 那么我会在 64 位 Windows 操作系统上使用 64 位 SQL,因为它会执行得更好,所以如果您可以坐下来看电影,同时喝点咖啡上传正在进行,然后我会走那条路。

Yes, SQL will run in 32 or 64bit mode although if you have no need for OPENROWSET then I would go 64bit SQL with a 64bit Windows OS as it will perform better, so if you can sit back and watch a movie, have some cafe while the upload is going then I would go that route.

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