There is a stored procedure that inserts a row into 'Vendors' table. Is it possible that two different calls to this sp happen at the same time and as a result, each sp inserts into the table its row atexactly the same time?
How you can insert two records same time as your table will be locked while inserting data.
No comments:
Post a Comment