Activity overview
Latest activity by jkrueger
I've been in touch with Red Gate Support who have stated this is a known issue with the suggestion of generating fewer rows. I've had some success in converting Python scripts to simple expressions instead. / comments
I've been in touch with Red Gate Support who have stated this is a known issue with the suggestion of generating fewer rows. I've had some success in converting Python scripts to simple expression...
Building Data from Generated Data
I need to create data that is based on combinations of other generated columns. For example:
3 generated fields:
Field1 = "ABC"
Field2 = "XYZ"
Field3 = "123"
2 fields based on the above:
Field4 = ...
Building Fields from Generated Fields
I have a need to create data for a table that has several fields containing the same data in different format. For example:
Field1 = "ABC"
Field2 = "XYZ"
Field3 = "123"
Field4 = "ABC XYZ" (Field1 ...