Reputation: 117
How can I read from the table when another transaction is processing?
Im using BeginTransaction(). So when another process try to read from that particular table I get a timeout because the previous transaction is holding the table.
How can I make the table to be readable when a transaction is ongoing?
Thanks in advance.
Upvotes: 1
Views: 377