Hi all,
The customer would like to store on history DB all field changes of a table.
I thought about using the following sql example code for adsaccount table:
Update dialogcolumn
set isTowatch=1, istowatchdelete=1
where UID_DialogTable like '%ADSAccount%'
and ColumnName not like 'X%'
and ColumnName not like 'Extension%'
and ColumnName not like 'Terminal%'
Is this update enough or is it necessary to do something else?
Thank you very much and best regards
Ermes