Viewing 3 posts - 1 through 4 (of 4 total)
Yes. It worked when I changed the column size. This is what worked for me:
ALTER TABLE 'table name' ALTER COLUMN 'column name' nvarchar(150)
August 31, 2021 at 1:08 pm
#3925448
Got it! Thanks!
August 23, 2021 at 7:45 pm
#3923274
death.column size in the table or name itself is the problem here?
August 23, 2021 at 5:57 pm
#3923227