Skip to content

Commit 2e133c5

Browse files
authored
C174305: Escaping plain punctuation
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Plain puntuation prevent content to show properly. Please consider escaping it. Affected line 458
1 parent 698423e commit 2e133c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/queries/update-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ ID Value
455455
An UPDATE statement always acquires an exclusive (X) lock on the table it modifies, and holds that lock until the transaction completes. With an exclusive lock, no other transactions can modify data. You can specify table hints to override this default behavior for the duration of the UPDATE statement by specifying another locking method, however, we recommend that hints be used only as a last resort by experienced developers and database administrators. For more information, see [Table Hints (Transact-SQL)](../../t-sql/queries/hints-transact-sql-table.md).
456456

457457
## Logging behavior
458-
The UPDATE statement is logged; however, partial updates to large value data types using the **.**WRITE clause are minimally logged. For more information, see "Updating Large Value Data Types" in the earlier section "Data Types".
458+
The UPDATE statement is logged; however, partial updates to large value data types using the **\.WRITE** clause are minimally logged. For more information, see "Updating Large Value Data Types" in the earlier section "Data Types".
459459

460460
## Security
461461

0 commit comments

Comments
 (0)