Daily my database cleanup workflow is deleting
"Purge of 1 nolonger useful worktables associated with NmsGroup is completed"
can someone please help to let me know
what table,,,it is actually deleting what and how>??and how which query??
i see one query in adobe documentation but dont understand what it says,,please help
cleanup of orphan work tables
This task deletes orphan work tables linked to groups. The NmsGroup table stores the groups to be cleansed (with a type different from 0). The prefix of the table names is grp. To identify the groups to be cleansed, the following query is used:
when i am running this query it is giving me all records from group tables:
SELECT iGroupId FROM NmsGroup WHERE iType>0"