Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)

  • RE: Database size

    I am trying to alter my database with the following command:

    ALTER DATABASE Claims

    ADD FILE

    ( NAME = Claims_dat2,

      FILENAME = 'C:\Program Files\Microsoft SQL Server\MSSQL$SQLSERVER2000\Data\Claims2.mdf',

      SIZE = 5GB,

     MAXSIZE =...

  • RE: Database size

    Thanks You all for your valuable advice.

    Thank you

  • RE: Database size

    Microsoft SQL - DMO (ODBC SQL State: 42000)

    Error 5149: MODIFY FILE encountered operating system error 112 (There is not enough space on the disk) while attempting to expand the physical...

  • RE: Database size

    Windows XP & FAT32

  • RE: Database size

    The file size of tempdb is only 253 MB and is set to grow by 10% with unrestricted file growth.

  • RE: Database size

    I tried changing the size of the data file - unable to change. The growth increment is set to 15%

Viewing 6 posts - 16 through 21 (of 21 total)