Skip to content

Commit f7537e3

Browse files
authored
Merge pull request MicrosoftDocs#975 from MendelBak/patch-1
Fixed wording for better flow.
2 parents 0ec6d00 + e06540b commit f7537e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/relational-databases/tables/changing-the-schema-of-a-system-versioned-temporal-table.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ms.tgt_pltfrm: ""
1111
ms.topic: conceptual
1212
ms.assetid: 9dbe5a21-9335-4f8b-85fd-9da83df79946
1313
caps.latest.revision: 13
14-
author: "CarlRabeler"
15-
ms.author: "carlrab"
14+
author: CarlRabeler
15+
ms.author: carlrab
1616
manager: craigg
1717
monikerRange: "=azuresqldb-current||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1818
---
@@ -57,7 +57,7 @@ ALTER TABLE dbo.Department
5757

5858
- During an **ALTER TABLE** operation, the system holds a schema lock on both tables.
5959

60-
- Specified schema change is propagated to history table in appropriate way (depending on type of change)
60+
- Specified schema change is propagated to history table appropriately (depending on type of change).
6161

6262
- If you add a non-nullable column or alter existing column to become non-nullable, you must specify the default value for existing rows. The system will generate an additional default with the same value and apply it to the history table. Adding **DEFAULT** to a non-empty table is a size of data operation on all editions other than [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Enterprise Edition (on which it is a metadata operation).
6363

0 commit comments

Comments
 (0)