Pull Data from diffrent servers - SSIS

  • Hi All,

    Greetings,

    I have multiple ID's (Which are data type Uniqueidentifier), I need an approach for creating SSIS package to pull the data related to ID's from different server.

    for your information, the queries used to pull the data are different.

    please help on this 🙂

    Thanks,

    Tony.

  • You haven't provided enough information Tony.

    Are you pulling data from multiple SQL instances/databases?

    Are the SQL instances within a trusted domain?

    I would look at using the Foreach Loop Container for this kind of thing.

    If you can get back to us with clearer requirements I may be able to guide you through this.

    ---------------------------------------------------------

    It takes a minimal capacity for rational thought to see that the corporate 'free press' is a structurally irrational and biased, and extremely violent, system of elite propaganda.
    David Edwards - Media lens[/url]

    Society has varying and conflicting interests; what is called objectivity is the disguise of one of these interests - that of neutrality. But neutrality is a fiction in an unneutral world. There are victims, there are executioners, and there are bystanders... and the 'objectivity' of the bystander calls for inaction while other heads fall.
    Howard Zinn

  • This might help you start learning how to connect to databases on many different instances using SSIS:

    http://thesqldev.wordpress.com/2013/03/23/iterate-over-databases-using-ssis-part-2/[/url]

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 3 posts - 1 through 2 (of 2 total)

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