Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Help getting error PRIMARY filegroup full

Author  Topic 

dowens
Yak Posting Veteran

82 Posts

Posted - 2005-10-19 : 08:12:09
Could not allocate space for object 'dw_MasterClaim_ProcLine' in database 'fl1stDwProd2' because the 'PRIMARY' filegroup is full..

I have two db's prod1 and prod2.
I looked at the properties of each.
On the tab Data Files both of these have the same file name (prod2).
One has 5897 space allocated and the other 13162.
Not sure why they are like this or even if it's correct. Could this be my problem? If so, how can I fix?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2005-10-19 : 13:18:35
Duplicate thread:
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=56659

Tara
Go to Top of Page

activecrypt
Posting Yak Master

165 Posts

Posted - 2005-10-24 : 01:23:16
Hi,
you may do it with alter database tooo ...

-----------------------------------------------------------
MSSQL Server encryption software http://www.activecrypt.com
Go to Top of Page
   

- Advertisement -