ProjectServer Log File is Huge

S

Sameer

Dear All;
Can some one tell me how to maintain the size of the Log Files.
The size of the Logs is around 50 GB. We dont need such a huge log file.
The Data file is only around 2.5GB.

Any sort of help will be appreciated.

Regards
Sameer
 
J

John Sitka

Log file growth is often based on the SQL recovery model you have set up.

The absolute shortest way to describe this is if you have the recovery model set to Full you need to do regular transation log
backups.
 
Top