You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 10
Next »
Software |
---|
TOAD | To access the database, run scripts, etc. |
erWin | To update data models for Data Management approval |
Data Management Naming Conventions for Data Models - Quick Reference Guide | RDIMS #1079406 |
Other Information
Data models are saved in \\tc4s0a\Groups\AARA\AARAD\DBA\<APP_NAME>\Data Model\
Stored procedures/packages are at http://tfsprod:8080/tfs/CivAv/CivAv_Database/_versionControl
How To
Access to Database Passwords
ERWIN guide
Data Model Changes
Check out data model using Visual Studio
Make changes (refer to ERWIN guide document)
Check in data model back to TFS
Send data model to DMI for review
If the data model gets rejected, DMI will send back an RDIMS doc detailing the problems
DMI will send an email letting us know when they approve the data model
Save the new approved data model under: \\tc4s0a\Groups\AARA\AARAD\DBA\CCARCS\Data Model
Move the previous approved data model to: \\tc4s0a\Groups\AARA\AARAD\DBA\CCARCS\Data Model\Archive
Generate the scripts using erWIN (refer to ERWIN guide document for steps). Carefully review the script as sometimes there are adjustments that need to be made.
Save scripts in: \\tc4s0a\Groups\AARA\AARAD\DBA\<APP_NAME>\Change Management
Comment out to the DROP table command from the script
Run the scripts in DEV.
Add Comment