This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Change maximum size of AttestationCase.PropertyInfo from 1024 to NVARCHAR(MAX) in D1IM 6.1.4

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

Parents Reply Children
No Data