Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)

  • RE: cumillative total

    Soft Developer (10/5/2011)


    Hi all,

    I had a question....

    create table #t(id int, dt datetime, amt float)

    insert into #t select 1,dateadd(d,-2,getdate()),100 union

    select 1,dateadd(d,-1,getdate()),150 union select 1,getdate(),250 union...

  • RE: SSIS Deployement script

    deepak.a (10/4/2011)


    Hi All,

    How to deploy the ssis package through scripts or sql statements or batch file ?

    Thanks & Regards

    Deepak.A

    Try this link itz having step to step how to deploy through...

  • RE: FlatFile in SSIS

    Hi ,

    You need to check the column name in the first data row field option and make sure that header row delimiter should taken as {CR}{LF}

    I think it...

Viewing 3 posts - 16 through 18 (of 18 total)