There is a nvarchar column in a table that allows empty values. Once there is a none-empty value it must be uniqe.
Is it possible to define this rule without a trigger?
EDIT:
is a nice workaround. The only issue I see is that the primary key might at some point be the same as one of the values in the column I want to be unique. Thats why I added a fixed string that I know never occurs in the constrained column.