Increase filegroup size

  • Gurus,

    Can anyone help me on what is the error below:

    ' 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.

    Regards,

    ~SQL

  • your filegroup is full. when you run the query below are do any of the rows have a size and max_size that are the same?

    select data_space_id, name, size, max_size, growth from sys.database_files where type_desc = 'ROWS'

  • No, the size and maxsize are not equal,but i did some google work and resolved the problem.

    •Expand Databases, right-click the database from which to add the files, and then click Properties.

    •In the Database Properties dialog box, select the Files page.

    •To allow for the file to grow as much as needed, select Unrestricted File Growth.

    This worked...

    Thank U,

    Regards,

    ~SQL

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply