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
  • Hi Paul,

    there is a standard Attestation which stores comma separated list of nested groups (VI_NestedUNSGroupList) in PropertyInfo, i guess i will get problems when i have more than 35 groups having cn's more than 30 characters, so I wanted to act preventively

    regards,
    tarigh
Reply
  • Hi Paul,

    there is a standard Attestation which stores comma separated list of nested groups (VI_NestedUNSGroupList) in PropertyInfo, i guess i will get problems when i have more than 35 groups having cn's more than 30 characters, so I wanted to act preventively

    regards,
    tarigh
Children
No Data