How to build in SSIS

  • I need to fetch data from one SQL server to other SQL Server. One solution is to create linked server and other is to use SSIS. How it can be done using SSIS? any help would be appreciable.

    Thank You!

  • You mean Source and destination both are SQL SERVER ?

  • sqlinterset (8/4/2015)


    I need to fetch data from one SQL server to other SQL Server. One solution is to create linked server and other is to use SSIS. How it can be done using SSIS? any help would be appreciable.

    Thank You!

    If you have to ask how it can be done in SSIS then that suggests to me that you have a lot of learning to do about SSIS before you can tackle this, more learning than we can teach you here.

    I suggest you take the time to learn how to use SSIS before going any further.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • Yes.

  • Can you share some really good articles?

  • sqlinterset (8/4/2015)


    Can you share some really good articles?

    I would start with the Stairway Series on SSIS by Andy Leonard.

    http://www.sqlservercentral.com/stairway/72494/

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • Start with sttairways

    http://www.sqlservercentral.com/stairway/72494/[/url]

    EDIT:

    too late :hehe:

  • I am new to SSIS, so after reading it so far... i need to install business intelligence development studio to build SSIS solution to bring data from One SQL Server to another... is this correct?

    I am using SQL Server 2012

  • sqlinterset (8/4/2015)


    I am new to SSIS, so after reading it so far... i need to install business intelligence development studio to build SSIS solution to bring data from One SQL Server to another... is this correct?

    I am using SQL Server 2012

    For 2012 you would use SSDT.

    https://www.microsoft.com/en-us/download/details.aspx?id=36843

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • I build a solution is SSIS data tools. I build control flow and data flow. when i click on individual tasks in control flow (right click and execute) then package runs totally fine and data pulls from one server and inserts into other.

    But when i right click on package in solution explorer and then click execute package then it gives me package validation error as in attached screen shot.

    Any help/

  • Problem is resolved.

  • You should post how you resolved your problem. It could help others in your position.

  • On control task flow where i was creating table, i added drop table if already exist. Also Right clicked on Destination and clicked on Properties and made “validateExternalMetadata” as False. Then problem got solved.

  • We started with:

    sqlinterset (8/4/2015)


    I need to fetch data from one SQL server to other SQL Server. One solution is to create linked server and other is to use SSIS. How it can be done using SSIS? any help would be appreciable.

    Thank You!

    And we end with:

    sqlinterset (8/5/2015)


    On control task flow where i was creating table, i added drop table if already exist. Also Right clicked on Destination and clicked on Properties and made “validateExternalMetadata” as False. Then problem got solved.

    There is a pretty large chasm on that one. It is good to hear you figured out the solution. Knowing more specifically what was needed, might have gotten to that resolution more quickly.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 14 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic. Login to reply