I have a new user table which I want to insert a lot of records into triggered through a DI application. It is possible for this application to be run more than once at the same time.
What is the best way to get a key that is unique for the new record?
Daniel