I'm looking for something like Composite unique indexes in Sharepoint 2010. I have found that I can make some field in list unique. But how to make unique index composed from two or more cols in list?
If there is nothing like composite unique indexes in Sharepoint what is the best way how to simulate this functionality? List event reciever and check in ItemAdding event? Or some better solution exists?