

Upgrade Guide › Upgrading Databases › Upgrading a 6.0 Database › SQL Server: Post-Upgrade Change To Event Participant Table
SQL Server: Post-Upgrade Change To Event Participant Table
(Only required if upgrading from version 6.0)
After upgrading your CMS, you must: run a pre-flight check; back up your CMS database; then run a script to modify the participant address columns in the Wgn3EventParticipant table. The full procedure is summarized below.
How to Implement the Post-Upgrade Table Change
- Run a post-upgrade pre-flight check to confirm that the necessary conditions and requirements are met.
- Back up your CMS.
- Install the required stored procedures into your database.
- Prepare to modify the table (for example, by restricting database access).
- Run the 'modify table' script.
You can run a single script that performs all the necessary steps, or you can run two separate scripts.
Running two scripts allows you to check that preparations completed successfully before you truncate the table. (The bcp export log and script output indicate if any problems occurred during the preparations.)
The actual table changes involve the following steps.
- Participant records are copied out of the table to a file.
- The table is truncated. This is why you must back up your CMS in step 2.
- The participant columns are redefined as mandatory.
- Participant records are copied back into the updated table.
- Monitor the progress of table changes and confirm that the script has completed successfully. Progress is recorded in log files.
- Verify that the table changes completed successfully.
- Back up your CMS again to create a restore point.
These steps are described in the following sections.
Copyright © 2012 CA.
All rights reserved.
 
|
|