Tagged Questions
1
vote
2answers
123 views
Create T-SQL Constraint to prevent x amount of duplicate records in table?
In table A I have 2 columns:
ID (int, PK)
MaxUsers (int)
In table B I have 2 columns:
ItemID (int)
UserID (int)
The number of records in table A with matching ItemID's cannot exceed the MaxUsers ...