source:
trunk/sources/HeuristicLab.DataAccess.ADOHelper/3.2/DatabaseOptions.txt
@
3434
Last change on this file since 3434 was 2060, checked in by svonolfe, 15 years ago | |
---|---|
File size: 153 bytes |
Rev | Line | |
---|---|---|
[2060] | 1 | optimistic locking should be enabled in order |
2 | to avoid deadlocking: | |
3 | ||
4 | ALTER DATABASE [HeuristicLab.Databasename] | |
5 | SET READ_COMMITTED_SNAPSHOT ON; |
Note: See TracBrowser
for help on using the repository browser.