Activity overview
Latest activity by rinsitah
That works great!
Thanks very much. / comments
That works great!
Thanks very much.
Thanks for that.
This works mostly.
Its ok for normal ints, but when we have a BigInt ID Column, it fails:
Next ID would be 50000000510593201
So I changed it to use an int64: rowCount=int(reader.GetInt64(0))
The correct values then appear on SDG, but they are Orange and have a yellow exclimation mark on the column.
When I try to run the generate, it says Value '50000000510593201' is the wrong data type for column ID
How do I get it to insert BigInt Columns? / comments
Thanks for that.
This works mostly.
Its ok for normal ints, but when we have a BigInt ID Column, it fails:
Next ID would be 50000000510593201
So I changed it to use an int64:rowCount=int(reader.Get...
Generating IDs greater than the current max
Hi There,
We have a PK column that is essentially an interger ID. We need to generate data for this table each day.
SDG seems to generate the same integers each time it runs, causing a PK violation...