Jun 19 2008 10:50 AM 2412 12 SQL Update sasi_akkala can two persons update the same row at same time.if it is possible how? jaiswalabhi1 Profile Answers by jaiswalabhi1 Questions by jaiswalabhi1 Apr 10th, 2010 If any record is being updated it get an exclusive lock hence others cannot commit. subang Profile Answers by subang Questions by subang Jan 17th, 2010 Yes the two person's can update the same row at the same time since it doesn't violate any records in the database. Answer Question Select Best Answer
Jun 19 2008 10:50 AM 2412 12 SQL Update sasi_akkala can two persons update the same row at same time.if it is possible how? jaiswalabhi1 Profile Answers by jaiswalabhi1 Questions by jaiswalabhi1 Apr 10th, 2010 If any record is being updated it get an exclusive lock hence others cannot commit. subang Profile Answers by subang Questions by subang Jan 17th, 2010 Yes the two person's can update the same row at the same time since it doesn't violate any records in the database. Answer Question Select Best Answer
jaiswalabhi1 Profile Answers by jaiswalabhi1 Questions by jaiswalabhi1 Apr 10th, 2010 If any record is being updated it get an exclusive lock hence others cannot commit.
subang Profile Answers by subang Questions by subang Jan 17th, 2010 Yes the two person's can update the same row at the same time since it doesn't violate any records in the database.