I am implementing the database transaction on a table which is used by many people in the company and also many applocation read from it time to time. Now the problem is that because I implemented the database trancastion while in the transaction the table become unavailable to other applications. How can i handle this stituation, like if i manger to get the transaction without locking the table
I dont know what kind of data corruption could occur
What is the best approach in this scenario
Thanks
Start Free Trial