Issue
You try to complete an action on the Intranet and you get an error that says
“The transaction log for database <name> is full.”
Resolution
The SQL Recovery mode should be set to ‘Simple’. If it's not, and you haven't completed regular full backups, you will see this message.
To correct this, ensure your Recovery mode is set to simple, as follows:
- Open SQL Management Studio and connect to your database
- Right click on the database name (IntranetConnections) and select Properties
- Click Options
- Set your Recovery Model to Simple
- Click OK
- Restart your database