Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
I received the following error on saving my record
Link:-https://www.dropbox.com/s/5p0zh21709lm0ur/unknown%20error.png[^]
Can somebody tell me how to solve this or what does the error mean?

Note:where the files and database are located 11.3 GB is free


Thanks in advance
Posted
Updated 27-May-14 23:48pm
v2

It means that your database is either configured with a max size for your database files and that has been reached, or your physical drive where it puts it's datafiles is full.

There is some talk on different scenarios where these things can occur here for example: http://www.sqlservercentral.com/Forums/Topic453585-146-1.aspx[^]
 
Share this answer
 
Comments
agent_kruger 28-May-14 6:10am    
sir, i cannot find "database configured with a max size for your database files" and physical drive is 11.3 GB free and the link you gave does not contain an answer
In addition to the other solutions and based on your subsequent comments...

Here is the reference material for increasing the maxsize[^] on your filegroup

And reference material on how and why to shrink a database[^]

and shrinking the log file[^]
 
Share this answer
 
Comments
agent_kruger 28-May-14 6:35am    
sir, can you explain what is "ALTER DATABASE File and Filegroup Options (Transact-SQL)" viz. your second link cant understand it clearly.
CHill60 28-May-14 13:03pm    
You would use Alter Database to increase the size available for the filegroup. If you can use Management Studio it might be easier to follow this link http://msdn.microsoft.com/en-us/library/ms175890.aspx#SSMSProcedure[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900