zoukankan      html  css  js  c++  java
  • [SQL_Server_Question]Msg 1105无法为数据库 'tempdb' 中的对象分配空间,因为 'PRIMARY' 文件组已满

    错误消息:

    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、手动修改

  • 相关阅读:
    [转]测试的基本概念
    记录
    flash 与 程序通讯
    怎么正确的建立项目
    安装包的制作
    JS
    页面刷新定位
    [转]C#处理XML
    MSN机器人
    报表 的使用
  • 原文地址:https://www.cnblogs.com/chenyongblog/p/4331197.html
Copyright © 2011-2022 走看看