Viewing 15 posts - 31 through 45 (of 79 total)
I ended up writing this code:
(DT_DATE)((DT_STR,30,1252)TradeDate + " " + (DT_STR,30,1252)MessageTime)
August 2, 2013 at 8:46 am
That's pretty cool. I'll try that out in SSIS. Thanks
August 1, 2013 at 1:25 pm
Sorry about that.
For the date field the data type is date and the time field the data type is time. The destination has the field as datetime. So...
August 1, 2013 at 12:24 pm
I ended up using Alvin's recommendation and write c# code in the script task.
August 1, 2013 at 9:47 am
I was thinking that as a backup. I haven't worked with the foreach loop container so wanted to give that a try. Thanks Alvin!
I'm following this article: http://consultingblogs.emc.com/jamiethomson/archive/2008/04/17/ssis-deleting-a-group-of-files.aspx....
July 30, 2013 at 12:40 pm
Ok. That's what I was thinking. I'll use a Script Component to get the max date. And then use the for each container and file task to loop thru...
July 30, 2013 at 12:06 pm
I need to delete files that are older than 5 business days. Can I do it using a foreach container and a file system task or do I need...
July 30, 2013 at 11:36 am
I was able to get this working by doing a data conversion prior to the oledb destination. And then storing the data conversion column in the table. I...
April 26, 2013 at 8:17 am
You were right. The datasets were referred incorrectly.
In the merge join transformation, when I do an inner join I only get 1 record back. However, when I do...
April 16, 2013 at 2:12 pm
From what I know, SSIS doesn't have an inherit way to do that.
When I had to create a nested XML file I did that in the stored proc and then...
April 5, 2013 at 3:25 pm
The format of the variable being passed was incorrect. The variables were set correctly with evaluate to expression. Sorry for extending this post. It was a...
April 3, 2013 at 10:02 am
Unfortunately, it is complex. And I think it's more of me not setting up the fst correctly. Do I need to set the source and destination properties...
April 3, 2013 at 9:07 am
I'm using the DtsRunTime.package to call the package and package.Execute to run the package. In the same library, I'm using DtsRunTime.Variable to pass the variables to the package.
Does...
April 3, 2013 at 8:36 am
Viewing 15 posts - 31 through 45 (of 79 total)