Viewing 10 posts - 1 through 11 (of 11 total)
Thank you. I am on vacation this week, but 1st thing on Monday, I will try to implement.
March 6, 2014 at 10:12 am
In the 1st Execute SQL Task, the resultset is something like this:
Item
----
"Item1",
"Item2",
"Item3",
"Item4"
My version of SQL Server does not allow for the Concatenate function, so I figured I need to loop...
March 6, 2014 at 9:35 am
John Mitchell-245523 (3/6/2014)
March 6, 2014 at 8:55 am
I have the 1st Execute SQL Task pulling a list of items (separated by commas). I have the resultSet set to Single Row, 0 in the Result Name, and the...
March 5, 2014 at 1:02 pm
I have two Execute SQL tasks. The one for populating the variable. I have the variable in the ResultSet and the settign is Single Row. THe second Execute SQL task...
March 1, 2014 at 12:10 pm
EricEyster (2/25/2014)
WheelsGuy (2/25/2014)
EricEyster (2/25/2014)
the statement from variable would be used if you have a script task that assembles the full query text. That is not the case here. Use "Direct...
February 25, 2014 at 10:41 am
EricEyster (2/25/2014)
the statement from variable would be used if you have a script task that assembles the full query text. That is not the case here. Use "Direct Input" and...
February 25, 2014 at 8:58 am
Getting closer. I set ResultSet to Single row, and I was able to add the variable in the Result Set section. In the Data Flow (OLE DB SOurce) I put...
February 25, 2014 at 8:43 am
EricEyster (2/24/2014)
1) create a SSIS variable
2) use a SQL task to query they first database
3) use...
February 25, 2014 at 8:10 am
Thank you. I really appreciate the assist. WHEELS
November 27, 2013 at 5:15 am
Viewing 10 posts - 1 through 11 (of 11 total)