简体   繁体   English

如何在sql server 2012中恢复大容量备份?

[英]How to restore large size backup in sql server 2012?

I have 40 GB .bak file from SQL 2008 R2 .When I tried restore to SQL 2012 I get this error 我有来自SQL 2008 R2 40 GB .bak文件。当我尝试恢复到SQL 2012我收到此错误

" System.Data.SqlClient.SqlError: CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB (10GB) per database. (Microsoft.SqlServer.Express.Smo). " “System.Data.SqlClient.SqlError:CREATE DATABASE或ALTER DATABASE失败,因为生成的累积数据库大小将超过每个数据库的10240 MB(10GB)的许可限制。(Microsoft.SqlServer.Express.Smo)。”

If you are using SQL Servere 2008 R2 Express edition the maximum size of one DB is 10 GB 如果您使用的是SQL Servere 2008 R2 Express版本maximum size of one DB is 10 GBmaximum size of one DB is 10 GB

Maximum database size database as follows in express editions, 快速版本中的最大数据库大小数据库如下所示

 SQL Server 2012   10GB
 SQL Server 2008 R2 10GB
 SQL Server Express 2008 4GB

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM