I have a flow where I run a script, read the output file, and use that output as SQL to run. That works fine.
However, the output from the SQL is supposed to be formatted dokuwiki code (don't worry, I'm not just using SQL to format the output for me, it actually stores values as well), but in visualcron the output is only a fraction of what it is supposed to be. The same code run in SQL Management Studio produces the full output.
I checked the output both via "output" from the task, and mailed myself the output via the {TASK(PrevTask,StdOut)} variable. Same result.
Question: Is anyone else having problems with output from SQL queries? I understand that normally you just want to see something like "x rows affected", but I need my output :)
The SQL server is MSSQL.
/A
Edited by moderator
2013-11-29T08:31:56Z
|
Reason: Not specified