I’ve just been reading ‘Give us Real Domains!’ on SQL Server MVP Erland Sommarskog’s SQL Server Wishlist.
I was thinking of trying out CREATE TYPE with bound rules but was alarmed to learn that this is a deprecated feature.
Does SQL Server have anything resembling support for domains that is worth using? Are bound rules are worth using, considering that at least one SQL Server MVP is keeping it alive?
P.S. Don’t forget to vote for Add CREATE DOMAIN command 😉
Seems that domain support currently found in SQL Server is not fit for purpose. Best to wait until the
CREATE DOMAINcommand is added 😉