hi .. wwhen i am trying to create a new shared project or saving any existing project or compile it the following error show
any body can help?
hi .. wwhen i am trying to create a new shared project or saving any existing project or compile it the following error show
any body can help?
Also, check the recovery model of your databases. I suspect that you're using the Full recovery model and you don't have the necessary log backups on regular basis.
If you don't required point-in-time recovery, using the Simple recovery model will be easier (with some scheduled database backups). Otherwise you must set up a proper backup procedure (scheduled full database backups + log backups).
Hi suhailbinshuaib,
Looks like the model DB log backup is full. You have to check your SQL server and check the space available in the drive where the model DB Log backup file resides. I assume there is no space left there and you would need to shrink the log file.
Please check this post for the different ways in which you could shrink Log file.
André Arnaud de Cal...
293,274
Super User 2025 Season 1
Martin Dráb
231,947
Most Valuable Professional
nmaenpaa
101,156
Moderator