Answered Disk space error

  • Wednesday, March 07, 2012 6:19 AM
     
     

    Hello,

    I am getting the following error whenever i try to run the stored procedure

    Could not allocate space for object 'sys.sysrscols'.'clust' in database 'ABCDEFG' 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.

    Thanks In Advance

    Ajay Chauhan


All Replies

  • Wednesday, March 07, 2012 6:24 AM
     
      Has Code
    http://www.banmanpro.com/support/filegroupfull.asp

    Try this...
  • Wednesday, March 07, 2012 6:25 AM
    Answerer
     
     Answered
    It is possible that during some DML operation the file has to be grown to specific size and there was no space on disk.... 

    Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/

    • Marked As Answer by KJian_ Wednesday, March 14, 2012 2:00 AM
    •  
  • Wednesday, March 07, 2012 6:31 AM
    Moderator
     
      Has Code

    Do you have a space problem?

    If yes, do as suggested above: cleanup, add additional file(s).

    Also do:

    DBCC checkdb


    Kalman Toth, SQL Server & Business Intelligence Training; SQL SERVER BEST PRACTICES

  • Wednesday, March 07, 2012 12:43 PM
     
     

    Hello,

    Probably the database files don't have autogrowth settings well configured 

    Try below script to get this info from all databases

    http://sql-javier-villegas.blogspot.com/2011/10/informacion-util-acerca-de-las-bases-de.html


    Javier Villegas | @javier_villhttp://sql-javier-villegas.blogspot.com/

    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you