Hey all i have an install of umbraco umbraco v
4.0.3 which is throwing the following error
Could not allocate space for object
'dbo.cmsPropertyData'.'PK_cmsPropertyData' in database 'HPPortal'
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 guess this means that mydatabase is full i read a post in the old forum which suggested using http://clienttools4umbraco.codeplex.com/ but not enitrley sure were to start. Has any one else had this issue or can any one get me started?
Database full, 'PRIMARY' filegroup is full
Hey all i have an install of umbraco umbraco v 4.0.3 which is throwing the following error
Could not allocate space for object 'dbo.cmsPropertyData'.'PK_cmsPropertyData' in database 'HPPortal' 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 guess this means that mydatabase is full i read a post in the old forum which suggested using http://clienttools4umbraco.codeplex.com/ but not enitrley sure were to start. Has any one else had this issue or can any one get me started?
best
Lach
Lach,
If you have access to the server via sql server managment studio then try http://sqlserver2000.databases.aspfaq.com/how-do-i-reclaim-space-in-sql-server.html
Regards
Ismail
hey thanks ismail, will see how it goes :S
L
is working on a reply...