Sharepoint Answers

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds
  Question Asked By: Ramon Morrison   on Nov 16, 2003 In Sharepoint Category.

 
Question Answered By: Jake Harvey   on Nov 16, 2003

You have a few options


You can change the recovery model of your databases (I,.e from full  to simple)



If you do this you will loose the ability to do point  in time recovery on that database because to you don’t have any transaction log  backups

or

Configure your maintence plans to backup & shirnk the transaction logs , this should sort your problem out

You can also use this syntax to truncate sql  logs

DBCC ShrinkFile (Database_name, 2)

BACKUP LOG Database_name WITH TRUNCATE_ONLY

Tagged:            

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on 'PRIMARY' File Group is full error Or get search suggestion and latest updates.