Hi,
is it ok to change the maximum size of AttestationCase.PropertyInfo1 from NVARCHAR(1024) to NVARCHAR(MAX) via:
alter table AttestationCase
alter column PropertyInfo1 nvarchar(max)
?
is it possible that something does not work after the change?
thank you, best regards,
Tarigh