Differences
This shows you the differences between the selected revisions of the page.
| 2014-07-09 | 2014-08-04 | ||
| scripting anchor (martin) | ssis (martin) | ||
| Line 60: | Line 60: | ||
| </code> | </code> | ||
| + | ==== SSIS ==== | ||
| + | In SSIS, you can configure script variables in //%%SSIS%% > Variables//. To make them accessible from the script task, in the context menu of the task, choose //Edit//. On the Script task editor on //Script// page, select //ReadOnlyVariables//, and tick the below properties. | ||
| + | |||
| + | See [[library_ssis#example|SSIS example]]. | ||