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
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 'PRIMARY' filegroup is full

Author  Topic 

collie
Constraint Violating Yak Guru

400 Posts

Posted - 2009-04-01 : 17:28:21
Hi there
For some reason today we are getting a number of error messages when entering a new candidate

Could not allocate space for object 'dbo.Candidate_CV'.'PK_Candidate_CV' in database 'kb_Data' because the 'PRIMARY' 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

I assume this error is because there is not enough space.
How can I allocate more space to the database to fix this problem?
Thanks

Whisky-my beloved dog who died suddenly on the 29/06/06-I miss u so much.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-01 : 17:31:47
Do you have free space on the drive where this file exists?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -