I'm new to data warehouse, So I try to follow the best practice, mimicking some implementation details from the Microsoft Demo DB WideWorldImportersDW, One of the things that I have noticed is using Sequence
as default value for PK over Identity
.
Could I ask, If it's preferable to use Sequence
over Identity
in data warehouse in general and Which one is more convenient especially during ETL process?.