Run SQL Server Query Action Editor

Action Description - Descriptive text that can be used to identify this particular action in the Actions list.

 

Shared property key – The Shared Property key of either a SQL Connection or SQL Transaction object that will be used to run the SQL query.

 

Query – The SQL query can be defined directly or by specifying  a sql file.  If a sql file is used, the file must be present on the build machine, at the time that an update is created.  If a direct value is used, the sql text can be entered directly, or specified using a Shared Property.  If a shared property is used, the value must contain the SQL text.

 

Timeout – Specifies the time to wait for the query to complete.

 

Store the last query result in a shared property – When checked, the output of the last sql statement will be added to the Update Context Shared Properties collection using the key value specified.

 

See the Run SQL Server Query Action for more information.