• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

[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