Apex SQL Script is a SQL tool that scripts data and structures from any Microsoft SQL Server database table (or view) that can be archived, emailed, checked into source control, run against another database etc.
特征综述 About Feature
声明:本产品中文介绍为慧都控件网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
Features
- SQL Server 2005 support
- Proprietary dependency algorithm ensures scripts are always created in the proper order
- Scripts are parsed to allow users to add owners where they are missing, or explicitly exclude them, or map them to user defined users
- Combine Structure and Data scripts into a single file
- Create C# projects or .NET executables in addition to script based output
- Provides scripting capabilities for the extended properties of all objects
- Script objects too (with incredible performance) - tables, procedures etc for complete deployment solution
Completely redesigned interface
- Tremendous performance improvements especially on large tables
- Support for all sql datatypes (including Text, Image, sql_variant etc)
- Ability to append where clause to Table/Views via interface
- Table / View aliases so you can script one table/view to a different table/view
- Column level scripting - this feature allows you to pick and choose what columns you want to include in the script Table/View level row limits. Now you have the option to limit the number of rows to script on an individual Table / View level
- Allows you to suppress All Constraints and/or Triggers prior to running scripts
- Handles Identity fields to either increment or copy the exact values using the SQL Identity_Insert command.
- Auto sequencing of tables based on system table reference data allows data to be removed and then inserted again in reverse order to allow processing of insert scripts even while referential integrity is still being enforced.
- Option to Add custom comments to sql file and as each table is processed.
- Option to allow Print statements to be added to sql script.
- Option to Delete all records from each table prior to processing inserts.
- Option to script only n rows for each table.
- Frequency of transaction commits is variable and can be set to every n number of rows.
- Ability to save and retrieve Table Order profiles for each database.
- See sample Insert script for Pubs database - Inserts.txt.
更新时间:2008-8-22 | 录入时间:2006-11-13 | 编辑:huhm | 审核:zhaohf