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.
How do I clear the space?
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?