Viewing 6 posts - 16 through 21 (of 21 total)
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 =...
January 31, 2005 at 11:08 am
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...
January 28, 2005 at 9:18 am
The file size of tempdb is only 253 MB and is set to grow by 10% with unrestricted file growth.
January 27, 2005 at 3:01 pm
I tried changing the size of the data file - unable to change. The growth increment is set to 15%
January 27, 2005 at 2:56 pm
Viewing 6 posts - 16 through 21 (of 21 total)