Kalyani Shevale

Kalyani Shevale

  • NA
  • 3.2k
  • 658.6k

Database Permission

Sep 24 2019 5:44 AM
Below issue Occurred I want to change this on Godaddy Server.
 
{"Could not allocate space for object 'dbo.Mobile_GPS_Location'.'PK_Mobile_GPS_Location' in database 'MIPL_Tracking_Internal' 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."}
 
how to resolve
 
I have tried but not working.
 
ALTER DATABASE MIPL_Tracking_Internal
MODIFY FILE
(NAME=MIPL_Tracking_Internal,MAXSIZE=UNLIMITED);
 
above Query run, goddady dataabse access from Machine SQl server but this issue occur how to resolve???
please help me.

Answers (1)