Adding VARCHAR(MAX) Columns
-
- Posts: 178
- Joined: August 31st, 2021, 11:37 am
- Contact:
Adding VARCHAR(MAX) Columns
When adding a column to an existing table and selecting either the "varchar(max)" or "nvarchar(max)" option, I am unable to insert anything into those columns. When I checked the size of the columns in a query, the sizes came back as 1 even though the database maintenance page shows "max".
Selecting "varchar" or "nvarchar" and manually adding "max" as the max length seems to work correctly, but I only tested that when creating a new table and not when adding a column to an existing table.
word count: 88
Tags:
-
- Posts: 88
- Joined: August 26th, 2021, 5:21 pm
- Contact:
Re: Adding VARCHAR(MAX) Columns
This bug is already part of a task 10080 which is being tested. We will update this post this task is available in general release.
word count: 25
-
- Posts: 576
- Joined: August 26th, 2021, 9:56 am
- Contact:
Re: Adding VARCHAR(MAX) Columns
This issue has been resolved as of DesignTime Revision 2220.
word count: 10