Difference between revisions of "Project"

From dbscript Online Help
Jump to: navigation, search
Line 1: Line 1:
 
In dbscript, every information exists in the context of a Project.
 
In dbscript, every information exists in the context of a Project.
  
A Project contains a collection of [[Project Version|Project Versions]], [[Database|Databases]], [[Comparison|Schema Comparisons]], [[Value Script|Value Scripts]], [[Selection|Object Selections]], and [[Saved Script|Saved Scripts]].
+
A Project contains a collection of [[Project Version|Project Versions]], [[Database|Databases]], [[Comparison|Schema Comparisons]], [[Value Script|Value Scripts]], [[Object Selection|Object Selections]], and [[Saved Script|Saved Scripts]].
  
 
===Properties===
 
===Properties===
Line 23: Line 23:
 
Script generator for C# constants and T-SQL INSERT/UPDATE statements to replicate data in source (development) tables to production databases.
 
Script generator for C# constants and T-SQL INSERT/UPDATE statements to replicate data in source (development) tables to production databases.
  
===[[Selection|Object Selections]]===
+
===[[Object Selection|Object Selections]]===
  
 
A name- and object type-based filter on schema objects.
 
A name- and object type-based filter on schema objects.

Revision as of 23:43, 2 November 2008

In dbscript, every information exists in the context of a Project.

A Project contains a collection of Project Versions, Databases, Schema Comparisons, Value Scripts, Object Selections, and Saved Scripts.

Properties

See Proj-edit

Project Versions

Each version of a schema or database snapshot is stored in a Project Version containing a set of Objects representing the schema objects.

Databases

Databases represent the development and production databases containing the schemas.

Schema Comparisons

A comparison of two Project Versions (two schemas).

Value Scripts

Script generator for C# constants and T-SQL INSERT/UPDATE statements to replicate data in source (development) tables to production databases.

Object Selections

A name- and object type-based filter on schema objects.

Saved Scripts

Imported and generated schema, comparison and value scripts saved by the user.