We have a table that has a unique index on a column that can accept null values. Problem is that we found out this structure can only accept one row with NULL value. If we try to add second row with NULL value we get an error like. “can not insert duplicate key row in object….”
Is there anything we can do to keep the index on this column and the ability to add NULL values to more than one row?