You are viewing limited content. For full access, please sign in.

Question

Question

Is there an Activity to Delete Data in Workflow?

asked on March 9, 2021

I have used Enterprise Integration activities:
Insert Data
Query Data
Update Data

Can I Delete Data?

Thanks.

0 0

Replies

replied on March 9, 2021

There isn't a built in Delete activity. However, you can use the Custom Query activity to do your deletions. It requires a little custom SQL in order to safely delete only the data you intend.

2 0
replied on March 9, 2021

Thanks for the prompt answer Devin.

Regards,

Roisin

0 0
replied on March 9, 2021

If your databases connections are configured with Direct SQL connections instead of ODBC, then you would use different syntax for the parameters/variables because it supports named parameters instead of just the wildcard like ODBC.

3 0
replied on March 9, 2021

You're correct, and idk why I used the ODBC example. 🤦‍♂️Too much cross platform work lately.

0 0
replied on March 9, 2021

@████████ I've been there too many times lol. Our original vendor actually set everything up with ODBC, including our SQL data sources, back when we first started so we were over a year into things before I realized we could just do direct with named parameters lol.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.