protocol ms-sql query-arg-act rule-id action-id arg-offset expr
Specifies how the query arguments should be modified when prefetching queries.
Syntax
[no] protocol ms-sql query-arg-act rule-id <rule_id> action-id <action-id> arg-offset <arg-offset> expr <expression>
Parameters
rule-id <rule-id> | Specifies the rule identification number that uniquely identifies the rule. |
action-id <action-id> | Specifies the action identification number that uniquely identifies this action within the rule. |
arg-offset <arg-offset> | Specifies the SQL query argument to be modified. |
expr <expression> | Specifies the SQL query expression. |
Usage
The no command option disables the SQL query argument.
Example
amnesiac (config) # protocol ms-sql query-arg-act rule-id 1 action-id 1 arg-offset 15 expr "select *"
amnesiac (config) # service restart
Product
SteelHead CX, SteelHead-v, SteelHead-c
Related Commands