I have a computed column with size = 8000:
(json_value([content],'$.UserId'))
I am trying to change it to:
(CONVERT(varchar(50),json_value([content],'$.UserId')))
But I have the followin error:
Error validating the formula for column userId_cp
why?