Azure – SQL enabling insert of duplicate data when 2 inserts are executed at almost the same time
Context: I have an application in Azure that receives information from multiple clients, however, sometimes the client sends multiple messages at once which seems to cause duplicate entries in my database. The message has an externalid (id on client side),…