SQL Data Generator
Feature list
- Generates data that perfectly matches to your database schema
- Intuitive, easy to use user interface makes it easy to start populating your database immediately
- Intelligently generates appropriate data based on table and column names and data types
- Over 60 built in generators with sensible configuration options
- Inter-column dependency support, for example to generate records with matching email address and domain name
- Very fast data generation through use of the SQL Server’s bulk copy insertion feature.
- Support for all SQL Server 2000, 2005, and 2008 data types including CLR types
- Command-line support for automated data generation, for example as part of your build process
- Foreign key support for generating consistent data across multiple tables with no manual configuration
- Seeded random data generation allows you to generate the same collection of data every time
- Take data from existing tables to easily create a database containing a sample of your data
- Import data from flat files in csv or tsv formats.
- Optionally disable triggers and constraints to avoid interfering with database logic
- Automatic data conversion when the source data is of a different data type
- User defined generators in any .NET language give complete control over the generated data



