Hello,
How can I create a unique constrain on a relationship?
In SQL I Would do something like
CREATE UNIQUE NONCLUSTERED INDEX
idx_TableAID_Unique_notnull
ON
TableB(TableA_ID)
WHERE
TableA_ID IS NOT NULL;
I have been looking at Business Rules, but I can't find a way to choose a unique check.
Thanks,
Koen

Report
All responses (
Answers (