﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Integration Services / Data Warehousing  / SSIS 2012: Split project Parameter string value and loop through split values / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 15:42:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SSIS 2012: Split project Parameter string value and loop through split values</title><link>http://www.sqlservercentral.com/Forums/Topic1425402-364-1.aspx</link><description>I mananged to solve it b creating a script task and splitting the parameter into an array and loading the array into an object variable. Then using th ForLoop to loop through th object.</description><pubDate>Sat, 02 Mar 2013 02:09:00 GMT</pubDate><dc:creator>eseosaoregie</dc:creator></item><item><title>SSIS 2012: Split project Parameter string value and loop through split values</title><link>http://www.sqlservercentral.com/Forums/Topic1425402-364-1.aspx</link><description>I am currently working on an SSIS solution which employs a parent child design pattern. There is a Sql table which contains field that determine what packages should run. Currently I use a SQL task to load values into a ADO recordset and the use a foereach loop container to loop through the record set and execute the necessary package within the ForEach container.I vaguely remember reading somewhere online (can't remember now) where it was suggested that you could use a project parameter to store the values as opposed to an Sql table. For example you could declare a project parameter as a string with a value like:   value1;value2;value3;value4.  I think you could then split the string based on the semi-colon separator. With the value split you can then use the Foreach loop container to loop through the values. I find this solution much better as I can keep functionality within the SSIS framework. My question is how do you it? How can I split the project parameter and then pass the values to a ForEach container such that it can loop through the split values. </description><pubDate>Fri, 01 Mar 2013 02:33:53 GMT</pubDate><dc:creator>eseosaoregie</dc:creator></item></channel></rss>