Communication between two servers

  • Hello,

    I'm trying to pull information from server B into a temp table in a stored proc that does stuff and then inserts it into server A. The stored proc will be ran on server A.

    The only problem is that i need to try to find a work around so that I'm not using sp_addlinkedServer because of the security rights that follow it ( i prefer not to deal with that mess).

    I'm currently using OpenDataSource but having that long string at the end of every from statement looks sloppy.

    I've tried to use OpenRowSet but i cant seem to get it to work, not to mention it will look sloppy like the OpenDataSource anyways.

    Is their any other work arounds or any way to make more compact.

    Thanks

  • You could try creating a package in SSIS as another option...

    Cheers

    Vultar

  • I would do it with an SSIS package.

    CEWII

  • Thank you for the suggestion. However as i am new to SQL i think it would take to long to learn to use ssis and remake the whole proc.

    Maybe on my next project.

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

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