Unique Constraint That Allow Multiple Nulls In SQL Server
How to create an unique constraint that allow multiple nulls? Using filtered index you can create unique constraint with multiple nulls. Using this you can store any number for NULL in a unique constraint column