Viewing 15 posts - 1,111 through 1,125 (of 1,640 total)
Thank you for your tips.
I will check into it.
January 31, 2012 at 1:30 pm
Thanks all, I read the article, and changes the default schema to dbo for the login.
My question is now when a login created what is its default schema, I...
January 30, 2012 at 1:50 pm
Do you know if any service pack of SQL 2008 fix these ?
Thanks
January 27, 2012 at 9:35 am
Thanks, it works after I rtrim the table column,
Also see this article may be helpful.
http://consultingblogs.emc.com/kristianwedberg/archive/2006/02/22/2955.aspx
January 26, 2012 at 2:12 pm
Thanks, I think I identified the column is a char(30) named allocationType.
It caused the mistmatch, although the data look exactly the same from input and table.
The value is not a...
January 26, 2012 at 1:54 pm
Thank you, I got it.
January 26, 2012 at 11:53 am
sunilreddy (1/23/2012)
January 23, 2012 at 11:00 am
This is not working,
I want to return Org, orgUnitID that has the max count of orgUnitID
January 20, 2012 at 11:01 am
andersg98 (1/13/2012)
if you are just calling stored procedures from the SSIS package then you might as...
January 13, 2012 at 2:07 pm
In the derived columns I also try this:
TRIM(PerNo) == "" || ISNULL(PerNo) ? 0 : (DT_I4)TRIM(PerNo)
it converts OK, and I see the data viewer has 0 values, why when it...
January 11, 2012 at 2:33 pm
I tried it to convert it to null in a derived columns, it converted successfully,
but when inserting into database, it gives error: the data balue cannot be converted fro...
January 11, 2012 at 2:28 pm
Evil Kraig F (1/11/2012)
sqlfriends (1/11/2012)
My thought...
January 11, 2012 at 12:28 pm
Thanks, so I would like confirm: only if there are Null character in the flat file , the return nulls will work, correct?
My thought ealrier is blank...
January 11, 2012 at 12:07 pm
Wow, that is very good article that helps me about handling null values.
But I need to spend some time to study it. and try on my database.
I may check back.
Thanks...
January 10, 2012 at 6:42 pm
Viewing 15 posts - 1,111 through 1,125 (of 1,640 total)