Table constraints Dedicated SQL pool supports these table constraints: PRIMARY KEY is only supported when NONCLUSTERED and NOT ENFORCED are both used. UNIQUE constraint is only supported with NOT ENFORCED is used. For syntax, check ALTER TABLE an...

No responses yet.