Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: ssis problem in T-Sql

    Hello Mike/Bt...

    I cannot use this update as my data is very large more than 100000 and is always increasing...

    I there any way to add it in the query as a...

  • RE: ssis problem in T-Sql

    Any help on this?????????????

  • RE: ssis problem in T-Sql

    I do want to store it, but first I want to derive sequence in my Source query and then in TARGET I want to store it, I dont have any...

  • RE: ssis problem in T-Sql

    Response to Mike01

    Thanks for your reply...

    but there is no column named as Sequence in my source table..

    I think its my mistake I gave code like that...

    CREATE TABLE [#abc1](

    ...

  • RE: ssis strange problem

    Here is the solution in SSIS...

    Pls Let me know , how can I do the same in T-SQL, do you want me to post it there again

  • RE: ssis strange problem

    Hi all,

    Any help on this,

    The only way I can think of doing this is to maintain a separate stage table for every account with 2 dates in 5 date range...

  • RE: ssis strange problem

    here is some sample data...

    CREATE TABLE [abc1](

    [I_KEY] [int] NULL,

    [A_NO] [nvarchar](14) NULL,

    [IN_DATE] [datetime] NULL,

    [Sequence] [int] NULL

    )

    INSERT INTO abc1 ( I_KEY,A_NO,IN_DATE,Sequence) VALUES ( 1, '23', 'Jul ...

  • RE: ssis strange problem

    Hi ,

    Thanks but I cannot think of this scenario being solved using CTE...

    What do you think I should use in Partition by for this scenario as I cannot partition...

Viewing 8 posts - 1 through 8 (of 8 total)