Tagged Questions
3
votes
1answer
609 views
How would you make a Temporal Many-to-Many Relationship in SQL?
How would you represent a temporal many-to-many relation in SQL? Under non-temporal circumstances one would use a junction table (aka link/bridge/map) to connect the two sides.
Is adding temporal ...
1
vote
1answer
37 views
How to tune performance of a temporal SQL Server table
For a given point in time, an asset has an effective price. Some assets have a new price once a week, some once a day. The most recent price is the "effective price".
The temporal table that stores ...