有没有办法增加 SQL Express 的最大 10 GB 大小限制?

发布于 2024-10-12 00:09:44 字数 428 浏览 4 评论 0原文

有没有办法增加 SQL Express 的最大 10 GB 大小限制?

http://www.microsoft.com/express/Database/

http://www.microsoft.com/sqlserver/2008/en/us/editions -compare.aspx

替代文字

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

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

发布评论

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

评论(3

鹤仙姿 2024-10-19 00:09:44

感谢您的反馈。这
SQL Express 的限制是适合的
的主要目标用户
产品,通常不需要
存储大量数据。在
我们计划继续这一点
SQL 的 4 GB 数据库大小限制
快车 2008。

鉴于您的大部分文件大小
是存储 blob 的结果,你
应该看看一个新功能
SQL 2008 中引入的称为
文件流数据。此功能允许
用于直接存储 blob
NT 文件系统,同时跟踪它们
从数据库内。多一点
可以在以下位置阅读有关此功能的信息
SQL 2008 产品概述可用

http://www.microsoft.com/sql/techinfo/whitepapers/sql2008Overview.mspx
该功能将包含在 SQL 中
表达并应显着
减少文件的大小,同时
为您提供灵活的跟踪能力
数据库中的 blob。

此致,Mike Wachal SQL Server
快递团队

发现@ Microsoft Connect

Thank you for your feedback. The
limitations on SQL Express are suited
to the primary target users of the
product, who typically don't need to
store significant amounts of data. At
this point we are planning to continue
the 4 GB database size limit for SQL
Express 2008.

Given that the bulk of your file size
is the result of storing blobs, you
should take a look at a new feature
being introduced in SQL 2008 called
Filestream Data. This feature allows
for the storage of blobs directly on
the NT file system while tracking them
from within the database. A bit more
can be read about this feature in the
SQL 2008 Product Overview available
from
http://www.microsoft.com/sql/techinfo/whitepapers/sql2008Overview.mspx.
This feature will be included in SQL
Express and should significantly
reduce the size of your file while
giving you the flexibility to track
your blobs in the database.

Regards, Mike Wachal SQL Server
Express team

Found @ Microsoft Connect

暮光沉寂 2024-10-19 00:09:44

SQL Server 2008 R2 Express 具有10 GB 大小限制。

有关详细信息,请参阅:

http://www.microsoft.com/express/Database/Default。 ASPX

SQL Server 2008 R2 Express has a 10 GB size limit.

For details, see:

http://www.microsoft.com/express/Database/Default.aspx

似狗非友 2024-10-19 00:09:44

不可以,您必须购买完整的 SQL Server 许可证才能存储更多数据。

No, you would have to purchase a full SQL Server license to store more data.

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