I want to create a technical workflow to purge a service (subscription) every day. I tried some activity but it's look impossible. Maybe with a SQL activity and use truncate ?
Do you have any solution or the good SQL to purge a specific service ?
Use the Subscription Services activity in your workflow. The Update data activity will also work.
Truncate is the most performant if you only want to wipe the NmsSubscription table and do nothing else- be sure to insert Campaign's zero record afterward.
Use the Subscription Services activity in your workflow. The Update data activity will also work.
Truncate is the most performant if you only want to wipe the NmsSubscription table and do nothing else- be sure to insert Campaign's zero record afterward.