In my brand new data warehouse that is built (of course) from the OLTP database, I have dropped all the IDENTITY columns and changed them to INT columns.
What are the best practices regarding the following especially since the warehouse is denormalized:
- Primary Key
-> this may now be a composite key because several tables have come together
-> do i need to follow the key structure from OLTP?
- Constraints
-> there are some constraints (NOT NULL) with default values (0) for bit columns