| | 88 | iiii. Edit the following SQL scripts in the following ways: |
| | 89 | |
| | 90 | * sql/sqlserver/meta/tables/create_sqlserver_metadata_tables.sql |
| | 91 | * Remove the creation of BIRN table. |
| | 92 | * Rename the ONYX table to something appropriate to the new project's ontology. [1] |
| | 93 | |
| | 94 | * sql/sqlserver/meta/inserts/schemes_insert_data.sql |
| | 95 | * Edit the values for C_KEY, C_NAME and C_DESCRIPTION [2] |
| | 96 | |
| | 97 | * sql/sqlserver/meta/inserts/table_access_insert_data.sql |
| | 98 | * Use the ontology table name (from [1]) for C_TABLE_CD and C_TABLE_NAME. |
| | 99 | * Give the ontology a root node name and use it for C_HLEVEL and C_DIMCODE. [3] |
| | 100 | * Use the ontology description (from [2] C_DESCRIPTION) for the C_FULLNAME and C_TOOLTIP. |
| | 101 | |
| | 102 | * sql/sqlserver/work/inserts/workplace_access_insert_data.sql |
| | 103 | * Change the C_TABLE_CD for both records to the project name. |