1
Reply

How to make a column which accepts unique values or multiple null without using a trigger?

Vimal Lohani

Vimal Lohani

7y
734
0
Reply

    Here we will use filtered unique index. Create unique nonclustered index Ix_table_column on table(column) where column is not null