INTRODUCTION
This article describes the steps to drop and rebuild the database once SQL Express has reached its size limit of 10 GB
SUMMARY
SQL Express, unlike full SQL, has a database limit of 10 GB. Once a database in SQL Express has reached 10 GB in size, no further data can be written into it. At this time customers will encounter problems logging into the CCM website and are unable to run reports. Follow the steps below to drop the existing database to create a new one.
NOTE: It may be more time efficient to try our Data Purge Tool first before dropping and rebuilding the database.
INSTRUCTIONS
Create a backup of the .xml database
- Launch Contact Center Client (CCC)
- Click on Management in the top left corner
- Select Configuration
- Select Backup/Restore configuration data
- Select Back up and save .xml file to Desktop
Drop the Existing Database
For a video tutorial see here- Launch SQL Server Management Studio
- Connect to the local instance of SQLExpress
- Expand Databases to see CCMData
- Right-click CCMData and select Tasks then Detach
- Add check-mark to Drop Database and Close Existing Connections
- Right-click CCMStatisticalData and select Tasks then Detach
- Add check-mark to Drop Database and Close Existing Connections
- Click OK
Browse to the database storage directory (Defaulted to <Install Dir>\Program Files\PrairieFyre Software inc\CCM\Database\ and move the CCMData.mdf, CCMData.ldf, CCMStatisticalData.mdf, and CCMStatisticalData.ldf files into another directory for safe keeping.
- Connect to the local instance of SQLExpress
Re-create a New Database
- Run Contact Center Management Configuration Wizard (MiCC Setup > Repair in versions 8.x)
- Click Next and let the Wizard run though
- The Wizard will re-create a blank new CCMData database
- Re-launch Contact Center Client (CCC); the database has just been reset, so you will need to log in with the default username and password listed in the User Guide
- Click on Management in the top left corner
- Select Configuration
- Select Back up/Restore configuration data
- Select Restore and browse to .xml file on Desktop
Re-Summarize Recent Historical Data Back Into SQL
- Launch Contact Center Client (CCC)
- Click on Management in the top left corner
- Select Maintenance
- Select Summarize Data
- Under Data Range specify the range for which historical reports are needed
- Click Next
APPLIES TO
MiCC/CA/BR
KEYWORDS
SQL drop database