sql server - When I update/insert a single row should it lock the entire table? - Stack Overflow

sql server - When I update/insert a single row should it lock the entire table? - Stack Overflow

瀏覽:475
日期:2025-04-24
A frequent aim of using transactions: keep them as short and sweet as possible. I get the sense from your wording in the question that you are opening a transaction, then doing all kinds of things, some of which take a long time. Then expecting multiple u...看更多