CSE :: Database System 2 - CS
- With SQL Server pessimistic locking, no lock is obtained until the user updates the data.
- With SQL Server optimistic locking, an update lock is placed on the row when the row is read.
- By default, SQL Server will create one data file and one log file for each newly created database.