Smart Grid Applications Overview > Responder Overview > Upgrade Existing Responder Implementation > Upgrade Responder Tables > SQLServer > 10.0.1 SP1 Upgrade Scripts - SQLServer |
Version: 10.1 |
The following implementation scripts must be run on your Responder SQLServer database to add the correct tables, views, and indices to upgrade Responder to version 10.0.1 SP1. When upgrading Responder execute ONLY the Upgrade script(s) that fall between your previous release and the new release to which you are upgrading. Do NOT execute any Implementation Scripts.
Responder requires two databases: Responder and Archive. Some scripts are run on the Responder database and some on the Archive database. In the list below, the database on which the script should be executed is in parentheses.
By default, these scripts are installed here: C:\Program Files (x86)\Miner and Miner\Responder\Developer Resources\9.3.1 SP1 - 10.0.1 SP1 Upgrade Scripts\MS_SQL.
- 1001sp1_01_RxTables_mssql.sql (Responder)
- 1001sp1_02_ArchiveTables_mssql.sql (Archive)
- 1001sp1_03_ArcJoinViews_mssql.sql (Responder)
The instructions below do not execute the scripts in the order listed above. Note that the first and third scripts are executed on the Responder database first. The second script is executed on the Archive database last. The instructions execute them in this order simply for the implementer's convenience. |
Before executing this script, you will need to modify the object names within it to match those in your geodatabase. Open the script and ensure that the object names in the script match the corresponding object names in your geodatabase. |