Posts
Sort by recent activity
Generating data that respects logical partitions
I have a single physical database whose tables are logically partitioned by a PartitionId (a GUID). As an example, let's say I have two tables:
Order
===
Id
PartitionId
ContactId
Contact
===
Id
Par...