Skip to content

Commit 3aff0c5

Browse files
author
Matthew Sebolt
authored
Update char-and-varchar-transact-sql.md
1 parent 175191d commit 3aff0c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/data-types/char-and-varchar-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If SET ANSI_PADDING is OFF when either CREATE TABLE or ALTER TABLE is executed,
6868

6969
> [!WARNING]
7070
> Each non-null varchar(max) or nvarchar(max) column requires 24 bytes of additional fixed allocation which counts against the 8,060 byte row limit during a sort operation. This can create an implicit limit to the number of non-null varchar(max) or nvarchar(max) columns that can be created in a table.
71-
No special error is provided when the table is created (beyond the usual warning that the maximum row size exceeds the allowed maximum of 8,060 bytes) or at the time of data insertion. This large row size can cause errors (such as error 512) during some normal operations, such as a clustered index key update, or sorts of the full column set, which users can anticipate until performing an operation.
71+
No special error is provided when the table is created (beyond the usual warning that the maximum row size exceeds the allowed maximum of 8,060 bytes) or at the time of data insertion. This large row size can cause errors (such as error 512) during some normal operations, such as a clustered index key update, or sorts of the full column set, which will only occur while performing an operation.
7272

7373
## <a name="_character"></a> Converting Character Data
7474

0 commit comments

Comments
 (0)