Hi All,
I find to be able to have multiple NULL entries in the following constraint:
But is not possible to check multiple colums in "WHERE".
I using SQL Server 2012 Express
Do you know another solution ?
Thanks.
Nassa.
I find to be able to have multiple NULL entries in the following constraint:
Code:
CREATE UNIQUE INDEX my_uidx ON my_table(my_col1,my_col2) WHERE ??? IS NOT NULL;
I using SQL Server 2012 Express
Do you know another solution ?
Thanks.
Nassa.