Hi everyone,
do you know a way, a trick ,a solution to archive Bit changes (not only display) in a HDS Log table with a specific Domain or Nature like "attribute filter" for the proprietary log list?
Thank you
Hi Manu,
It is unfortunately impossible and agree it's quite a big problem.
The only trick I found and implemented so far in some sites is quite rough!
Keep HDS archiving all and then create a SQL job (5mn) that is removing the records not needed.
Yes...rough...
Nico
So bad , so sad.
Hi Nico,
Do you have an example of your SQL Job please? I 'm not an expert of SQL queries.
Thanks
Manu
Hi Manu,
It's a simple query. For example, let's say you have 4 domains DOM1, DOM2, DOM3, DOM4 and you want to keep only the DOM1
Query is:
DELETE FROM [mytable] where Domain DOM1


