SQL Server 2008 R2 但数据库大小仍然有 4GB 限制?
我刚刚将 SQL Server 2008 升级到 SQL Server 2008 R2。我尝试导入大小为 7GB 的数据库,但 Management Studio 仍然给出 4GB 限制错误。当加载 Management Studion 时,它显示 R2,所以这似乎有效。
有想法吗?
I just upgraded my SQL Server 2008 to SQL Server 2008 R2. I tried to import a DB which was 7GB in size and the Management Studio still gives me the 4GB limit error. When loading the Management Studion it says R2, so that seems to work.
Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您没有升级旧实例,而是安装了 R2 的新实例并让旧实例也保持运行;检查服务以查看是否有多个 SQL Server 条目以及实例名称是什么;然后确保您使用 SSMS 连接到 R2。
It sounds like rather than upgrading the old instance, you installed a new instance of R2 and left the old one running as well; check Services to see if there are multiple SQL Server entries and what the instance names are; then make sure you connect to the R2 one with SSMS.