Adding VARCHAR(MAX) Columns

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
JefferyD
Posts: 177
Joined: August 31st, 2021, 11:37 am
Contact:

Adding VARCHAR(MAX) Columns

Unread post by JefferyD »

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".
VARCHAR MAX.PNG
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:
SumanPrasad
Posts: 88
Joined: August 26th, 2021, 5:21 pm
Contact:

Re: Adding VARCHAR(MAX) Columns

Unread post by SumanPrasad »

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
JustinVanRegenmorter
Posts: 537
Joined: August 26th, 2021, 9:56 am
Contact:

Re: Adding VARCHAR(MAX) Columns

Unread post by JustinVanRegenmorter »

This issue has been resolved as of DesignTime Revision 2220.
word count: 10
Post Reply