|
|
 |
|
|
|
|
 |
|
|
Database Version Control Repository
- Create a version repository storing database-related development changes and change history
- Import & export databases into and from the database version repository
- Tag evolving changes in your database - know who did what and when
- Roll back to any version of your archived database objects
- Undo updates to the structure and content of your database
- Analyze differences between different versions of your database
- Analyze the impact of database version changes
Development Management
- Manage and impose database related development processes
- Support concurrent development by preventing collisions and conflicts, resulting in preserving order and documentation
- Enable change management of database structure and content
- Check in & Check out database schema objects while locking unchecked objects
- Check in & Check out table content - to prevent accidental change of static, parameter or Meta-data tables
- Provide database override protection by enforcing your database resource management policy
- Prevent accidental and undocumented changes to database objects
- Identify database object dependencies in order to perform structurally complete changes
- Embedded plug-in enables linkage to your development environment - Visual Studio
- SCCI (Source Code Control Interface) protocol support for CM software integration
Environment Management
- Simplify database migration from development to production
- Simplify migration of changes from production back to development
- Enable generation of any database base line from the version repository
- Support a database build process from the repository
- Simplify troubleshooting by allowing rollbacks while restoring a malfunctioning system to an operational state
Information & Reports
- Analyze periodic project development detailed overviews
- Audit of usage – “who is doing what”. View checked in & out objects sorted by users or by databases
- View statistical usage reports
- Receive proactive alerts on schema and Meta-data updates
|
|
|
|