I'm trying to generate data, the PK of which is based on a 'sequence' statement. I have put a delete statement in the initialization script that should delete the previous generation run. I thought that this script would be run before each generation run, but this does not seem to be the case (I'm getting duplicates on the PK).
When does the initialization script get run? How can I clear old data prior to each run?
When does the initialization script get run? How can I clear old data prior to each run?