Using the MSSQL Execute Action, i would like to get rid of the strange action log which begin with 1> 2> 3>.... (see gif joined). SQL script output is correctly displayed at the end of action log. It could take a very large place if SQL script is long.
I tried to use ISQL and OSQL, check and uncheck 'don't output headers', but it do not changed anything. Any ideas ?
I’ve changed the action so it does not echo these prompts and line numbers by default. If you need to re-enable them for some reason, there will be a property on the Action Inspector tab called “ShowNumbering”.
The change will be available in the next test build (I’ll let you know.)
Thanks, i have noticed that this option was available by script. I tried to add Action.ShowNumbering = False in the event BeforeAction(), but it did not work. Fabien