Viewing 15 posts - 1 through 15 (of 29 total)
Fixed it as following:
(DT_WSTR,2)DATEPART("MM",[Transactin Date]) + "/15/" + (DT_WSTR,4)DATEPART("YYYY",[Transactin Date])
June 30, 2010 at 3:02 pm
I have tried that but I get the message "Could not find installable ISAM"
June 24, 2010 at 8:15 am
Thank you for your help. I changed the fail to ignore and worked.
October 9, 2009 at 12:10 pm
Thank you. That worked.
Aside issue on lookup.
My lookup table (reference table) has code 1, 2, 3, 4.
My main table has cod 1, 2, 3. ...
October 9, 2009 at 10:39 am
I have one source doing a select of table xyz.
This is linked to one lookup.
I have one destination. All data with value from lookup is...
October 9, 2009 at 9:22 am
Yes. You are correct. They can all run at the same time. I was thinking in terms of maintance. If I have...
October 8, 2009 at 6:51 am
I'm doing more than just loading a table.
I was trying to see if I can add a variable to the ole souce and a variable to an ole...
October 6, 2009 at 1:24 pm
Thank you. This is very helpful.
September 8, 2009 at 7:44 am
thank you. I had resolved it by creating the temp_table.
August 26, 2009 at 11:36 am
I am executing a stored procedure (sp) from SSIS and because the sp did not return any results, I could not map the columns from the sp to my destination...
August 24, 2009 at 7:28 am
All set with this. I had to create an environment variable on my workstation.
August 5, 2009 at 8:04 am
Thank you. I still need help with this expression.
July 27, 2009 at 2:12 pm
Thank you very much. This expression did work.
In the expression, instead of using xDate, I needed to use Column 2.
RIGHT("00" + (DT_WSTR, 10) DATEPART(...
June 19, 2009 at 1:09 pm
Viewing 15 posts - 1 through 15 (of 29 total)