Error: Could not allocate space for object

I am receive the following message on mssql8:

Could not allocate space for object 'MyObject' in database 'My_Database' because the 'PRIMARY' filegroup is full.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Could not allocate space for object 'MyObject' in database 'My_Database' because the 'PRIMARY' filegroup is full.

How do I clear the space?
 
I did that. I increased it to 100Meg, but I am still receiving the message. The database is pretty much empty too. No more than 50 records between all tables.
 
Send a ticket and ask for the logs to be cleared and database shrunk, they know what to do from there.
 
Back
Top