How to create a T-SQL value script

From dbscript Online Help
Revision as of 01:01, 6 November 2008 by Ho (talk | contribs)
Jump to: navigation, search

Steps

  • Create a Project Version in the Project containing the schema information
  • Enter an ID, select script type T-SQL, press Create
  • In the Value Script menu, select Tables
  • Add the table names to be scripted
  • If a table depends on existing values of another table, make sure the Sequence property is set correctly
  • For each table, define the Primary Key column
  • For each table, select the column names to be scripted
  • Press Generate, Download