码迷,mamicode.com
首页 > 数据库 > 详细

[SQL_Server_Question]Msg 1105无法为数据库 'tempdb' 中的对象分配空间,因为 'PRIMARY' 文件组已满

时间:2015-03-12 00:36:31      阅读:3576      评论:0      收藏:0      [点我收藏+]

标签:

错误消息:

Msg 1105, Level 17, State 2, Line 266
Could not allocate space for object ‘dbo.Large Object Storage System object: 422392492982272‘ in database ‘tempdb‘ because the ‘PRIMARY‘ filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

无法分配对象“dbo.large对象存储系统中的对象的空间:422392492982272在数据库tempdb‘因为‘主文件组是满的。通过删除不需要的文件创建磁盘空间,删除文件组中的对象,将其他文件添加到文件组,或设置autogrowth为文件组中的现有文件。

解决办法:

1、首先查看当前tempdb大小

2、手动修改

技术分享

[SQL_Server_Question]Msg 1105无法为数据库 'tempdb' 中的对象分配空间,因为 'PRIMARY' 文件组已满

标签:

原文地址:http://www.cnblogs.com/chenyongblog/p/4331197.html

(2)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!