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
 Could not allocate space for objects in database '

Author  Topic 

laddu
Constraint Violating Yak Guru

332 Posts

Posted - 2007-12-30 : 23:16:19
I have received below alert:

Could not allocate space for objects in database 'abc'
And I have added 1 GB(1024 MB) of free space to primary file system of 'abc'. However now the primary file system of 'abc' database is 120 GB and the file properties are : Automatically grow file is checked, By percent 1 and restrict file growth: 121024 MB
Still the database is showing as space avialable is 0.00, the total size is : 132186 MB

As of now I have't got any other alert, Please let me know if I get in the near future how to proceed??

One DTS package is running contunuously on this DB

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-12-30 : 23:39:16
Allocate more space for the file manually.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-12-31 : 13:44:52
Why do you have the restrict file growth option set?

Have you run DBCC UPDATEUSAGE to correct the inaccuracies?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -