I have a varbinary column in SQL, and I want this column to be always unique. However, I see that SQL doesn't allow to create a unique constraint on a varbinary column. Is there any workaround to ensure this uniqueness? Maybe by using some other type of constraint, or something else?
Thanks!