How to: Create Data Generation Plans

To generate data, you must create and run a data generation plan. The data generation plan contains the information about which tables and columns you want to fill with data. It also contains details about what kind of data you want to put in each column, and how much. The data generation plan is saved as a file in the database project that you can edit and reuse. For more information, see Data Generation Plans.

To create a data generation plan

  1. Open or create a database project.

    Note

    If you create a data generation plan in a database project that does not have a schema yet, the plan will be empty. If you import a schema into the database project after you have created the plan, you are prompted to decide whether to update the plan based on the new schema. For more information, see Overview of Generating Data.

  2. You add a new data generation plan to the database project by using the Add New Item dialog box. There are three ways to access the dialog box:

    • Click a folder in Solution Explorer. On the Project menu, click Add New Item.

    • Right-click a folder in Solution Explorer, point to Add, and then click New Item.

    • Right-click the Data Generation Plans node in Solution Explorer, point to Add, and then click Data Generation Plan.

    The Add New Item dialog box appears.

    Note

    You can use the first method to create a data generation plan in any folder in Solution Explorer. You do not have to store the data generation plans in the Data Generation Plans folder.

  3. In the Categories pane, click Data Generation Plans.

  4. In the Templates pane, click Data Generation Plan.

  5. In the Name text box, type the name of the file.

  6. Click Add.

    The file for the data generation plan is created and appears in Solution Explorer. The data generation plan designer, the Data Generation Preview window, and the Column Details window all open in the Visual Studio.

    Note

    If the Column Details and Data Generation Preview windows are not open, you can open them by opening the Data menu, pointing to Data Generation, and then clicking the window name. By default, the Data Generation Preview window and the Column Details window are docked and tabbed at the bottom of the data generation plan window. To expand your view, click the window and then click Tabbed Document on the Window menu. You can also right-click in the title bar and then click Tabbed Document.

  7. On the File menu, click Save.

    Now that you have created a data generation plan, you must specify what tables you want to include. For more information, see How to: Specify Tables for Data Generation.

See Also

Tasks

Walkthrough: Creating and Running a Data Generation Plan

Other Resources

Data Generator Walkthroughs