SQL Server Requirements and Database Maintenance
The article was successfully sent to the email
Summary
This article provides general recommendations for SQL Server selection, database maintenance, archiving, and handling historical data in TRBOnet systems.
MS SQL Server Compatibility
Use the table below to determine the correct SQL Server version for your TRBOnet release:
| Product | Version | SQL Server |
|---|---|---|
| Enterprise / Plus | 6.0 and newer | 2016 and newer |
| Enterprise / Plus | before 6.0 | 2008 R2 and newer |
| Watch | 4.0 and newer | 2016 and newer |
| Watch | before 4.0 | 2008 R2 and newer |
SQL Express Database Storage and Maintenance
When using SQL Express, proper database maintenance is mandatory due to the 10 GB size limit.
When the database reaches this limit:
Regular cleanup is essential.
Store 3 to 12 months of operational data in the active database. Older data should be:
This prevents uncontrolled database growth.
Upgrading the Database on SQL Express
Database upgrades typically increase size by 20–30% due to schema changes. If the database is already near 8 GB, the upgrade may:
Before upgrading:
Database Archive Storage
Database archives created by the Scheduler remain on disk until removed manually or by external tools.
To prevent disk depletion:
For step-by-step cleanup instructions, see the article.
Accessing Historical Database Archives
To avoid impacting live TRBOnet operations, archived databases should be restored and viewed on a separate PC. If TRBOnet has never been installed on that machine before, you can use it during the 60-day trial period. Alternatively, you may contact us and we will provide a free license for viewing reports.
This method provides full access to archived history without disrupting the production system.
Retrieving Historical Data from Multiple Backups
If long-term history is distributed across several backup files, you can retrieve it using one of two approaches.
Option 1: Restore Backups Sequentially
Restore each backup one at a time on the separate workstation and generate reports after each restore.