Activity overview
Latest activity by lfarrington
Generating data based on another table
I am new to Sql Data Generator. I have two tables which are related via a foreign key. For each row in the parent table, I want to create 12 rows in the child table (one for each month). So, my c...
Passing value of a column into a stored procedure
I want to generate data for two columns that are dependent upon one another. (i.e. value of column B is depending on the value generated for Column A) This works fine when using IronPython. Howe...