You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task wants all parameters to be of type string. This means that there is no way to execute a query such as "SELECT TOP(@rowCountParameter) * FROM MyTable" currently, forcing cumbersome checks in the Frends process.
It would be nice if the user could define the type of the SQL parameter in the task, or if the task could automatically recognize it.