I am developing three applications that all share a common database.
I'm running into many different concurrency issues and was wondering if it is possible to prevent any other queries to execute when certain queries are running (in other words, locking the database so there won't be any concurrency issues).
Edit: I'm using LINQ to SQL