Are these good recommendations to developers to avoid concurrency?
1) WITH (NOLOCK) or WITH (READUNCOMMITED) in select statements?
2) BEGIN TRAN in updates / inserts / deletes statements
Any suggestions is greatly appreciated.
Are these good recommendations to developers to avoid concurrency?
1) WITH (NOLOCK) or WITH (READUNCOMMITED) in select statements?
2) BEGIN TRAN in updates / inserts / deletes statements
Any suggestions is greatly appreciated.