Is there a way to generate a surrogate key dynamically using set processing rather than record level processing? We have a large amount of records in the source which we need to generate a unique identifier in the EDW for and cursor level processing seems to be quite slow in generating surrogate keys for this volume of data.
To illustrate what we are doing, we are trying to create a system identifier address_id for each unique combination of 7 address fields from a source system.
Thanks,
Todd Thompson
Forums: