June 2015
Intermediate to advanced
1800 pages
70h 6m
English
SQL Server 2014 performs row updates by evaluating the number of rows affected, whether the rows are being accessed via a scan or index retrieval, and whether any index keys are being modified and automatically chooses the appropriate and most efficient update strategy for the rows affected. SQL Server can perform two types of update strategies:
In-place updates
Not-in-place updates
In SQL Server 2014, in-place updates are performed as often as possible to minimize the overhead of an update. An in-place update means ...
Read now
Unlock full access