Home > Database > Mysql Tutorial > body text

sqlserver2008 数据库还原总提示空间不够System.Data.SqlClient.

WBOY
Release: 2016-06-07 15:51:55
Original
2991 people have browsed it

从数据库上备份下来bak式的数据库文件之后,在本地数据库欢迎的时候总是提示空间不够 System.Data.SqlClient.SqlError: 磁盘卷 'D:\' 上的可用空间不足,无法创建数据库。数据库尚需 27258781696 字节的可用空间,但只有 16987021312 字节可用。 (Microsoft.

从数据库上备份下来bak格式的数据库文件之后,在本地数据库欢迎的时候总是提示空间不够


System.Data.SqlClient.SqlError: 磁盘卷 'D:\' 上的可用空间不足,无法创建数据库。数据库尚需 27258781696 字节的可用空间,但只有 16987021312 字节可用。 (Microsoft.SqlServer.Smo)


具体查询原因是:服务器上数据库的初始空间大小设置的太大了,本地空间确实不够,初始大小为1000M,日志10000M,如下:

sqlserver2008 数据库还原总提示空间不够System.Data.SqlClient.

sqlserver2008 数据库还原总提示空间不够System.Data.SqlClient.


将其调小,再备份,然后再将备份的文件在本地数据库还原即可。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template