G
Guest
I have a transaction that is Updating or inserting multiple tables(12 or
more) This transaction takes about a 2 seconds to perform. During that two
seconds. We are getting timeouts expired errors from other clients
requesting records from the same 12 or so tables. What setting is there to
say only lock the changed or new records do not lock the entire table which
is what appears to be happening?
I am using SPs to do all inserting and a multiple command objects.
What is occuring in the ado.net lock is it a table lock page lock or record
lock.
These are simple insert or updates, except for one procedure that validates
the data.
more) This transaction takes about a 2 seconds to perform. During that two
seconds. We are getting timeouts expired errors from other clients
requesting records from the same 12 or so tables. What setting is there to
say only lock the changed or new records do not lock the entire table which
is what appears to be happening?
I am using SPs to do all inserting and a multiple command objects.
What is occuring in the ado.net lock is it a table lock page lock or record
lock.
These are simple insert or updates, except for one procedure that validates
the data.