Click [HumanResources].[Employee] in the data generation plan.
In the Column Details pane, click BusinessEntityID, and set the Generator field to SmallInt.
In the Properties window, in the Generator section, set the Max property to 51, set the Min property to 2, and set the Distribution property to Normal.
In the Column Details pane, click JobTitle, and set the Generator field to RegularExpression.
In the Properties window, in the Generator section, set the Expression property to (Developer|Sr\. Developer|Tester|Sr\. Tester|Project Manager|Sales Associate|Sr\. Sales Associate).
In the Column Details pane, click BirthDate.
By default, the Generator field is set to DateTime2.
In the Properties window, in the Generator section, set the Max property to 18 years before today's date (for example, 10/30/1987 11:59:59 PM). Also set the Min property to 1/1/1930 12:00:00 AM.
In the Column Details pane, click MaritalStatus, and set the Generator field to RegularExpression.
In the Properties window, in the Generator section, set the Expression property to (M|S).
In the Column Details pane, click Gender, and set the Generator field to RegularExpression.
In the Properties window, in the Generator section, set the Expression property to (M|F).
In the Column Details pane, click HireDate.
By default, the Generator field is set to DateTime2.
In the Properties window, in the Generator section, set the Max property to today's date (for example, 10/30/2006 11:59:59 PM). Also set the Min property to 1/1/2000 12:00:00 AM.
In the Column Details pane, click VacationHours.
By default, the Generator field is set to SmallInt.
In the Properties window, in the Generator section, set the Distribution property to Normal.
In the Properties window, in the Generator section, set the Max property to 160 and the Min property to -10.
In the Column Details pane, click ModifiedDate.
By default, the Generator field is set to DateTime2.
In the Properties window, in the Generator section, set the Distribution property to ExponentialInverse. Also set the Max property to today's date (for example, 10/30/2006 11:59:59 PM) and the Min property to 1/1/2000 12:00:00 AM.
In the Column Details pane, click OrganizationalNode, and set the Generator field to Sequential Data Bound Generator. Select the the check box for this column if it is not already selected.
By taking this step, you indicate that you want to fill this column with the results of a query.
On the View menu, click Properties Window.
In the Properties window, in the Generator section, in the Connection Information property, click the connection that corresponds to the database from which you imported the database schema in a previous procedure.
By taking this step, you specify the database connection that you want to use to run the query that will generate data for this column.
In the Properties window, in the Generator section, in the Query Select Query property, set the query string to SELECT * FROM [HumanResources].[Employee].
In the Column Details pane, in the Generator Output field for the OrganizationalNode column, click [OrganizationalNode].
By taking this stepm, you specify the column in the result set that you want to associate with this column.
Next, you will adjust the number of rows being generated for these tables.