Forum Replies Created

Viewing 15 posts - 106 through 120 (of 132 total)

  • RE: Data migration from Lotus Notes to SQL Server 2005 using SSIS

    SrikanthSv (7/1/2008)


    As far as my unverstanding goes we do not have any support in SSIS 2005 for Lotus Notes.

    go thr this link

    http://blog.datainspirations.com/2006/08/14/integration-services-miscellany.aspx

    I accept with Srinkanth. It is my personal experience...

  • RE: copying ofmultiple tables using Data Flow Task

    Raj,

    You mean that from 3 different soruce tables to three different destination tables?

    I have done same kind of package before.

    You can do this by Dataflow task.

    Create 3 data source tasks...

  • RE: For loop in sql server

    venki (6/26/2008)


    Don't leave me, I have another requirement came up for same kind but bit different. I will think in your way and I will try today. If it comes...

  • RE: For loop in sql server

    Jeff,

    sorry man, pduplessis is helping me from starting since two months. That's why I remembered him. Now you are the second one.

    Thanks a lot for your help as I...

  • RE: For loop in sql server

    pduplessis (6/25/2008)


    Now....

    For the SSIS bit.

    1) Create connectionmanager to your data

    2) Create a preparation SQL task which basically deletes the data, as per the delete statement

    3) Create a dataflow. OLEDB source...

  • RE: For loop in sql server

    Thanks a lot to all of you who helped me successful this task.

    Especially Jef and Pduplessis, I would like to tell you many more thanks.

    It's awesome and fantastic learning experience...

  • RE: For loop in sql server

    Hi,

    Your suggestions are always welcome. No body responded for this one yesterday that's why I deleted it.

    I have kept it for halfen hour and taken back. Now I am...

  • RE: For loop in sql server

    Pduplessis,

    Have you checked my Stored Procedure?

  • RE: For loop in sql server

    pduplessis (6/23/2008)


    Venki,

    If your info is not sensitive, post your code and .dtsx file, and we will see what we can do.

    ESPECIALLY, since you have SSIS, cursors should be forbidden

    ~PD

    OK I...

  • RE: For loop in sql server

    Yes, but what can I do. Dead line has came up. I have to submit it yesterday that's why I have created the stored procedure and I executed it in...

  • RE: For loop in sql server

    I got a doubt when I am trying to create a Stored Procedure.

    I am pulling the data i.e recordset by written a query from different tables.

    I supposed to modify the...

  • RE: Different source tables to single destination table

    pduplessis (6/22/2008)


    hey venki,

    Once more, I misunderstood you...

    You have a SP that inserts data from one table to the other. I didnt realise that you are trying to pass parameters, and...

  • RE: Different source tables to single destination table

    Please help me out as dead line came nearer. I have submit my tasks.

    I have created the executesql task and I set up the resultset property as FULLRESULTSET.

    I mentioned the...

  • RE: Different source tables to single destination table

    pduplessis (6/20/2008)


    In your case, I would still go for SSIS merge join and derived columns. But its gonna be quite some work changing it by the sounds of it.

    Why? Because...

  • RE: Delete Rows from Table

    mlimp (6/20/2008)


    Hi,

    This is an easy one.

    How do delete rows from a table?

    I want to delete all the rows from the last month of a table so i have to be...

Viewing 15 posts - 106 through 120 (of 132 total)