I want my table to have unique rows, but not unique columns. Is that an option? I want to be able to have same values on multiple rows in the same column, but not a 100% copy of another row...
I saw this question but it is about MySQL, and I need it for SQL SERVER.
My specific table (conversation-staffer) is this:
conversation_id | staffer_id | handled
Thanks.