Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.DataAccess.ADOHelper/3.2/DatabaseOptions.txt @ 2060

Last change on this file since 2060 was 2060, checked in by svonolfe, 15 years ago

Added optimistic locking information (DB settings) (#527)

File size: 153 bytes
Line 
1optimistic locking should be enabled in order
2to avoid deadlocking:
3
4ALTER DATABASE [HeuristicLab.Databasename]
5   SET READ_COMMITTED_SNAPSHOT ON;
Note: See TracBrowser for help on using the repository browser.