• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

[Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate space

B

budwaiser

Guest
Hi,
todai i have this error with my database:

Error in genericSqlexec: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate space for object 'dbo.sitedata' in database 'webhost' 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.


Someone can help me to fix this issue?

Thank you
 
That means that you are using all of your allocated space int he database. Drop tables, views, etc or upgrade the size allocated to the database.
 
Back
Top