1
Answer

Database Permission

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)
0
Tamil Selvan

Tamil Selvan

NA 155 7.2k 5y
Hi ,
 
 Try to below changes. Go to database and right click choose properties.
 
* And show the pop up page and select the files.
* And goto maxsize table and select the button, show another pop up and check maximum size option in mentiond screen shot.