globally set bigint and datetime
icecurtain
Posts: 15
Hi,
How can I globally set that for all Bigint and datetime data types, the default for all tables the project should be 1 thru 999,999 unique with no null ?
Date time 01-01-1901 00:00 - 01-01-1901 00:00 Randomize Time = false
which Xmls do I need to change?
Thanks,
How can I globally set that for all Bigint and datetime data types, the default for all tables the project should be 1 thru 999,999 unique with no null ?
Date time 01-01-1901 00:00 - 01-01-1901 00:00 Randomize Time = false
which Xmls do I need to change?
Thanks,
Comments
You can create a new file in C:\Program Files (x86)\Red Gate\SQL Data Generator 2\Config and the tool will pick it up. The field name matching takes a regular expression, so a . simply means "anything" - thus all fields with a bigint datatype will use this generator.
You can do a similar process to create other generators too.
Redgate Software
<type type = "bigint"/>
works but thanks for the right direction
path = C:\Program Files (x86)\Red Gate\SQL Data Generator 1\Config