posted 16 years ago
Hii All...
I need to perform simulteneouse updates on the same table. I want to do something like one application instance will update some set of rows and other application instace will update another set of rows. But i am not sure how to do that?
I think i can use row id like one instace will update first 1000 row ids and another instace will update 1001 -2000 rowids. But as i need to delete rows so row id may not be constant always.
Please suggest better way of doing this. I hope i am able to explain requirement clearly.
Regards...