How to: Preview a Data Generation Plan

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. For more information, see Data Generation Plans.

After you have created a data generation plan, you can preview the data before you generate it. You can preview one table at a time.

Note

When you preview a data generation plan, you can see a sample of the random data that is generated when you run the plan. Previewing the data does not guarantee that the plan will run successfully. If the data that is generated does not satisfy a check constraint on a column, the plan fails when you run it.

To preview a data generation plan

  1. Open or create a data generation plan.

    The data generation plan opens in the Visual Studio designer. The Data Generation Preview window and the Column Details window also appear, unless you have closed them previously. To open them if they are closed, open the Data menu, point to Data Generator, and then click the window name.

    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, open the Window menu, and then click Tabbed Document. You can also right-click in the title bar and then click Tabbed Document.

  2. Click the data generation plan window, and click a table that you want to preview.

  3. Click the Data Generation Preview window.

    The table appears with the sample data displayed. Only the columns that are selected for data generation appear. Some columns such as identity, foreign key, timestamp, and binary columns do not display data, because they are computed while the data is generated. If you are satisfied with the data that appears, go to the final step.

    Note

    By default, the first 50 generated rows appear for a table. You can change the default by using the Options dialog box. For more information, see Options (Database Tools/Data Generator/General).

  4. (Optional) Click the Column Details window, and change the details and properties of the data that is generated.

    You can control what data is generated to fill columns by setting the properties of the columns in the data generation plan. For more information, see Specifying Details of Data Generation for a Column.

  5. (Optional) Click the Data Generation Preview window, and review the new sample data based on the changes that you made in the previous step.

  6. (Optional) Repeat steps 2 through 5 for each table and column that the data generation plan includes.

  7. On the File menu, click Save.

    Now that you have previewed the data, you can run the plan to generate the data. For more information, see How to: Run a Data Generation Plan to Generate Data.

See Also

Tasks

Walkthrough: Creating and Running a Data Generation Plan

Concepts

Overview of Generating Data

Other Resources

How to: Specify Columns for Data Generation
How to: Specify the Number of Rows to Generate
Data Generator Walkthroughs