Click here to Skip to main content
15,888,316 members
Articles / Programming Languages / T-SQL

Using locks to manage concurrent access to compound relational documents - for MS SQL and other servers

Rate me:
Please Sign up or sign in to vote.
4.33/5 (3 votes)
24 Aug 2016CPOL22 min read 17K   4  
The article provides a comparative analysis and gives patterns of using explicit locks to manage concurrent access to database documents (data split over multiple tables) in MS SQL Server, MySql, PostgreSql and Oracle. As it turned out, the solution is not always obvious or simple.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Microsoft
United States United States
25 years of professional experience. .NET/c#, databases, security.
Currently Senior Security Engineer, Cloud Security, Microsoft

Comments and Discussions