SQL Delta
In a nutshell SQL Delta is a database server tool that has three primary functions:
- Compare and Synchronize the Schema (structure) from one database to another.
- Compare and Synchronize the Data from one database to another.
- Display database schema and data.
Features:
- Includes Schema Compare, Data Compare plus Schema and Data display
- Supports SQL Server 2000 through to 2014 and Azure
- Execute multiple projects simultaneously
- Project elements shown in Tabs
- Generates single synchronize script ready for deployment
- Run change script from SQL Delta
- Schema Mapping (Object Owners)
- Schema Filtering
- On Completion Events
- Built-in dependency management
- Small footprint
What is Schema
- Pronounce skee-ma, the structure of a database system, described in a formal language supported by the database management system (DBMS).
- In a relational database, the schema defines the tables, the fields in each table, and the relationships between fields and tables.
No comments:
Post a Comment