1
Reply

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

Vimal Lohani

Vimal Lohani

8y
2.3k
1
Reply

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