Viewing 15 posts - 1 through 15 (of 22 total)
Hi peter,
Source file is flatfile.
and i implement following expression in derived column.
([datestring ] == "0") ? (DT_DBTIMESTAMP)0 : (DT_DBTIMESTAMP)(SUBSTRING([datestring ],1,4) + "-" + SUBSTRING([datestring ],5,2) + "-"...
March 19, 2009 at 12:15 pm
Hi peter thanks for u suggestion.
i did what u suggested and i implement expression in derived column transformation.
the expression is:
(ISNULL([date string])) ? NULL(DT_DBTIMESTAMP) : (DT_DBTIMESTAMP)(SUBSTRING([date string], 7, 4) + "-"...
March 18, 2009 at 10:05 am
Thanks very much Chris Morris and steveb
murali
January 13, 2009 at 6:33 am
Thank u Steveb
if u dont mind can u write the related script otherwise tell me the related link.because i dont know coding part.
Thanks
Murali
January 13, 2009 at 5:04 am
Hi Phil
its not coincidence.both are working same company.we sent without know each other.beacuse we are traying this for past 3 days.if i distrub sorry.if u know the answer tell me...
January 13, 2009 at 4:02 am
Hi
Excel Source and Excel destinations dont work for Excel 2007.i have little bit know it is available only OLE DB source and OLE DB destination
but how it is connect
Thanks
murali
November 20, 2008 at 10:06 am
Is it possible add a message in dataflow level pls tell me anybody
November 11, 2008 at 8:56 am
Hi Jeff thank u for answering
i have one doubt where i have to write above Querie in SSIS.
thanks
murali
November 4, 2008 at 8:21 am
Hi all,
i have done above requirement but it show in my destfolder like this
file1-92008.txt,file2-92008.txt...etc
for above rename i implement expression in fulldestfilepathname
@[User::destPath] + SUBSTRING( @[User::MyFileValue] , 1 , FINDSTRING( @[User::MyFileValue],".",1) -...
September 22, 2008 at 5:30 am
Hi Paul,
i cant understand what u said
plz tell me breifly.and what i did is correct or not
thanks
murali
September 22, 2008 at 1:21 am
and it showed below error:
SSIS package "Package.dtsx" starting.
Error: 0xC002F304 at File System Task, File System Task: An error occurred with the following error message: "Could not find file 'D:\sample\rename files\file1.txt'.".
Warning:...
September 22, 2008 at 12:23 am
Hi Paul,
i tried using For each loop Container and file system task below is the what i have done in tasks
foreach loop container:
-----------------------
enumerator: for each file enumerator
folder = d:\sample\renamefiles
files =...
September 21, 2008 at 11:56 pm
Hi Chinna,
i have flatfile table it contain duplicate records.my requriement is elimante duplicate records at the same time load duplicate records in another table.so based on my requriement i have...
September 15, 2008 at 9:36 pm
Hi paul,
sorry, i cant understand what u said
plz tell me detail
thanks
murali
September 14, 2008 at 9:47 pm
Hi Jack,
i am new to ssis.i have no idea about to get filename into variable and how to process it.
how to use file system task to rename file tell me...
September 8, 2008 at 10:34 am
Viewing 15 posts - 1 through 15 (of 22 total)