Changing the Database Recovery Model
LobbyCentral recommends using the Simple recovery model. Otherwise you will need to backup the database, as well as the transaction log.
If the transaction log is not backed up, it fills up and you can start seeing some performance issues.
- Have all users log out of LC.
- Use SQL Management Studio, connect to the LobbyCentral database.
- right click on the database and choose Properties
- Select Options page
- Change the Recovery Model from Full to Simple
- Save
Note: Change Recovery Model only: