Billing Database and Log File Configuration
Billing Database and Log File management and monitoring
SQL Server Configuration:
Note: Billing DB Log file size grows really large over time. To contain the log file size growth set the DB recovery mode to Simple using the following SQL statements. (Consult with your DBA for any organizational policies related to backups before doing these on production database instances and adjust as appropriate)
You can check file sizes using the following statements:
Database Backups
Last updated