Hi,
i have Create a Action profile with Alert-Actions because i need 3 SQL-Querys and this Querys need a right order for running.
The first Script are an Insertion-Script, the second a delete and the third an optimization script for SQL
But i dont have any Sort or Order-Options for Alerts.
By the way: it is able to get a result from these sql scripts on a SQL-Query Action? by Mail etc ? because i can only get Results by QuickLog
Action-Orders
May be its better to use single stored procedure?i have Create a Action profile with Alert-Actions because i need 3 SQL-Querys and this Querys need a right order for running.
The first Script are an Insertion-Script, the second a delete and the third an optimization script for SQL
If you are using the same start condition for all actions (e.g. start action after 2nd consecutive failure) then actions will be started in creation order. If you need to change order for action1 and action2, you need to remove action1 and recreate it again.But i dont have any Sort or Order-Options for Alerts
Tests return results, actions do not. May be you need a test item?By the way: it is able to get a result from these sql scripts on a SQL-Query Action?
Regards
Alex