Viewing 12 posts - 16 through 27 (of 27 total)
Thanks Folks. The solution works gr8
September 6, 2008 at 1:14 am
Thanks all for ur replies.
I used the below transformation :
PROC_DT == "00000000" ? "NULL" : (SUBSTRING(PROC_DT,5,2) + "/" + SUBSTRING(PROC_DT,7,2) + "/" + SUBSTRING(PROC_DT,1,4))
This had no syntax errors , but...
September 5, 2008 at 8:23 am
Thanks Venkat. it works !!!!
July 18, 2008 at 5:50 am
yes i did tried using DT_DBDATE . still i got the same error.
any ideas please?
July 17, 2008 at 10:25 pm
Sorry for not posting in the correct Etiquette . it was actually datetime datatype only (it was my typo error)
----------Use the following command to create the test table:
...
July 17, 2008 at 10:14 am
crever , thanks for the reply.
can u let me know the transformation where row count is possible (other than script task) , and can u also outline how to do...
June 30, 2008 at 9:38 pm
Found out how to check for the existense of a file. If i give the filename like : \\172.25.35.181\ftpdata\EmptyFlatFileTest1.txt ,
i was able to check its existense.
but i faced...
June 25, 2008 at 11:33 pm
Thanks Micheal. The issue got resolved.
June 23, 2008 at 5:20 am
I am not sure how you co-relate this issue with security check?
SSIS Masters, pls provide the solutions
June 21, 2008 at 3:11 am
Michael,
As u said , i have put "FOR LOOP container" and two "Execute SQL task" inside this "FOR LOOP container" . i still get issues.
In the "FOR LOOP container", i...
June 21, 2008 at 1:09 am
Michael,
can u elaborate more on this.
June 21, 2008 at 12:50 am
Viewing 12 posts - 16 through 27 (of 27 total)