RE: 'PRIMARY' filegroup is full - no it's not!
From: Dale (Dale_at_discussions.microsoft.com)
Date: 02/09/05
- Next message: Dale: "RE: 'PRIMARY' filegroup is full - no it's not!"
- Previous message: Rob: "Re: Trigger on Insert for Current Record Only"
- Next in thread: Dale: "RE: 'PRIMARY' filegroup is full - no it's not!"
- Maybe reply: Dale: "RE: 'PRIMARY' filegroup is full - no it's not!"
- Reply: Mike Epprecht \(SQL MVP\): "Re: 'PRIMARY' filegroup is full - no it's not!"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 9 Feb 2005 09:39:08 -0800
We have having the same exact problem. There is 30+ GB Free on the Drive
(Dynamic Disk, by the way). Database is set to unrestricted file growth.
Everything looks fine with the configuration of the sql database...however,
the database thinks there is no free space on the drive. Very wierd!!
Database is just shy of 5gb, but General Tab says 0.00Mb Free. Looks like
ill be calling MS soon!!
Dale
txskibum@hotmail.com
"Ray.Net" wrote:
> I have a SQL Server 2000 database, in which the size of the primary
> filegroup is 5 GB. The disk where the data resides has 14 GB of free
> space – that should be more than enough free space for a 5 GB
> database, right?
>
> The problem is that when I perform certain operations (esp. recreating
> a clustered index), it still seems to run out of space with this
> error:
> Could not allocate space for object 'ActivityTracker' in database
> 'DataLoad' because the 'PRIMARY' filegroup is full. The statement has
> been terminated.
>
> Here's where it gets weird: in the database properties "Automatically
> grow file" IS checked, and Maximum file size is unrestricted. So
> there's lots of free space (nearly 3X the size of the db), and the
> growth is not restricted - what makes it think the filegroup is full?
>
> I found a few newsgroup postings that suggested sometimes the
> auto-grow cannot grow fast enough, so you should manually increase the
> size of the database. I tried this, using "alter database" to raise
> the size of the primary filegroup as high as 12GB – more that twice
> its original 5GB size – but it still fails with the error message
> above. And - here's another weird thing – at the time the error
> occurs, the database shrinks itself back down to 5 GB (even though I
> do NOT have the "Auto shrink" property checked). What's going on
> here?
>
> I appreciate any ideas you can offer on why this database seems to run
> out of space when there's plenty of space to be had.
>
> Ray
>
- Next message: Dale: "RE: 'PRIMARY' filegroup is full - no it's not!"
- Previous message: Rob: "Re: Trigger on Insert for Current Record Only"
- Next in thread: Dale: "RE: 'PRIMARY' filegroup is full - no it's not!"
- Maybe reply: Dale: "RE: 'PRIMARY' filegroup is full - no it's not!"
- Reply: Mike Epprecht \(SQL MVP\): "Re: 'PRIMARY' filegroup is full - no it's not!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|