Just looking for some comfirmation here. We are attempting to use the merge statement for two tables called from C# thru stored procs. the calls are made from seperate threads and/or processes. We are getting unique key violations on the two columns that also make up the on statement.
Our theory for this is that the statements are happening concurrently with the same data and the merge statement isn't multithread safe. Anyone else have or see this issue before?
Any thoughts on solutions for this issue?
Dan