you could create a stored procedure then run that instead of the query. Regardless of what column names or words appear in the stored proc it gets run on the sql server and not through VC.
You could use task 1 to update your stored proc then task 2 to run it. Really you would not "see" a difference in how you use VC. You would just have two tasks instead of one.
The sql output can be tricky sometimes.
Output for me looks blank until I open it
Line #1 is typically blank
Edited by user
2021-07-13T16:13:21Z
|
Reason: Not specified