sql server - An existing record overwritten by different process by insertion -


we have 2 processes (process1 , process2) , both inserts record tablea.

but reason, process2 overwrote record created process1 few seconds ago. tablea has identity column primary key.

what probable cause happened , how can prevent it?

we using sql server 2014.

  • the db load during day , time heavy.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -