Run query: Value cannot be null. Parameter name: Value for required activity argument 'ProviderName' was not supplied

I have the following case.

I am trying to execute a query in a database, but I get the following error

It looks like you have line breaks in your SQL query ie…

SELECT *
FROM sometable
WHERE somevalue = ''

Don’t do that. Put it all on one line.

Hi,

Can you please share the screenshot of properties of run query activity

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.