Database1

image
firstly i make database connection then for update query take run command activity and pass existing connection String but when i run process it is continuously run not shows any error and not stop running

image

Hi @Yogita_Gaikwad

Have check the query if it is ran from the SQL

Regards
Gokul

Hey!

Try to check it in debug mode.

Regards,
NaNi

yes it is run in sql

i try this also

Okay @Yogita_Gaikwad , Share us workflow screenshot. Explain little bit more what are things that you implemented in the process

Hey!

If we’re trying to update the bulk data why can’t we try with Bulk Update activity?

Regards,
NaNi

Which is the Database package version that you are using?

Are you sure that the connection is valid?

How you did generate the connection string?

Did you use the Connection Wizzard and tested the connection previously?

Did you run a simple Select query to see in advance if it is returning any results?