Viewing 14 posts - 16 through 29 (of 29 total)
I do not know how to do this. I took your string. Replaced the text User::xDate with xDate and placed it in as an expression in my derived...
June 19, 2009 at 12:45 pm
I figured out how to do it in sql. How do you do it in SSIS derived columns.
Input is 3/1/2009 Output is 03/01/2009
SELECT
CAST( RIGHT(POWER(10,2) + CAST(CONVERT(CHAR(2),DATEPART(M, xDate),101)...
June 18, 2009 at 12:12 pm
The app will only read it as char.
June 18, 2009 at 10:33 am
This was resolved. We installed SSIS Server on our file server and 'productleveltoolow' error was resolved. We did not need the SSIS enterprise version on my...
June 3, 2009 at 7:18 am
Thank you again.
As you suggested, I have made the derived column DT_STR and yes it worked. I did not need to change the table column from a char to...
June 3, 2009 at 7:12 am
Thank you for all your help.
I would like to add that the data from the source is all dt_str.
The issue w/ the unicode error is happening on the global variable....
June 2, 2009 at 11:54 am
I figured out why the error and I'm not sure if I corrected it.
I changed the type of the column on destination table from a char(8) to an...
June 2, 2009 at 7:45 am
I have removed it. That message went away and I am known getting the message
Error at Data Flow (OLE DB Destination) Columns "Derived Column 1", and CurrStatus...
June 2, 2009 at 7:12 am
I'm getting an error at pass variable.
June 1, 2009 at 11:17 am
In the derived column name I left the text "derived column 1".
In the derived column I left "add a new column".
In the expression I added "@[User::xCurrStatus]" This is my Gloval...
June 1, 2009 at 11:06 am
On the Data Flow Task, I added OLE DB Source and an OLE DB Destination. In between I have a Derived Column Transformation. When I open...
June 1, 2009 at 10:06 am
Thank you. My execute sql task (general) has the select statement. I then have the value go to a global variable (result set). I'm okay till point....
June 1, 2009 at 9:22 am
Okay. Continuing on. In the Execute SQL Task Result Set, I added the ResultName=CurrStatus and VariableName=GlobalVariableCurrStatus.
It passed the parameter. Know I'm trying to...
May 29, 2009 at 7:49 am
Package was created on my client (Visual Studio 2005 - version: 8.0.50727.762 (SP 050727-7600).
SQL Server Management Studio on my client is 9.00304200.
Note that I can run...
May 15, 2009 at 8:08 am
Viewing 14 posts - 16 through 29 (of 29 total)