Generating Data with Data Generators

You can use Visual Studio Team System Database Edition to generate meaningful data for testing. You can generate random data, generate data from existing data sources, and control many aspects of data generation. For example, you can specify the statistical distribution of randomly generated data, you can use regular expressions to specify the format of string data, and you can specify the percentage of NULL data generated. You can generate data that accurately models a production database without putting any production data at risk. When you generate data in this manner, you can test applications that access data without compromising production databases. The topics in this section provide guidance about how to use the data generation functionality.

Note

Instead of generating data, you can also copy some or all the data from a source database into a target database. For more information, see Overview of Comparing Database Data.

In This Section

Reference

Microsoft.VisualStudio.TeamSystem.Data.DataGenerator

  • Creating and Updating Version-Controlled Database Schemas
    Describes how you can use database projects in combination with version control software to manage database change. This section includes overviews of how you can use database projects in a team environment, how database developers can set up isolated development environments in which to work, and how you can define, build, and deploy database objects.

  • Database Edition
    Provides links to topics about advanced database development tools, which include change management, data generation, refactoring, and testing tools that help teams to build reliable database applications.

  • Getting Started with Database Edition
    Provides overviews, introductory walkthroughs, glossary definitions, and other basic information to help you start to learn about Team Edition for Database Professionals.

  • Terminology Overview of Database Edition
    Describes terminology that is associated with the features of Database Edition.