Linked server

  • Hello,

    Is there way not to use link server in sql server 2008? I need to select data in the view.

    Thank you

  • ????

    -- Gianluca Sartori

  • Yes, you can use a linked server in 2008. You can also use a view in 2008.

    Can you detail your question a bit more?

    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

  • Agreed.. WHAT?

    You need to give us a LOT more information. I would equate this to "its broke, how do I fix it?"

    CEWII

  • I'm going to frame this one.

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

  • Taking a stab... I think the OP is asking if there is a way NOT to use a linked server to gather data from another server for the view. I say use OPENROWSET, which is not new in 2008. It was in 2005 as well.

    Jared
    CE - Microsoft

  • SQLKnowItAll (3/14/2012)


    Taking a stab... I think the OP is asking if there is a way NOT to use a linked server to gather data from another server for the view. I say use OPENROWSET, which is not new in 2008. It was in 2005 as well.

    I was thinking the same thoughts as well;

    it also depends on how 'fresh" the data needs to be and how much the source table changes;

    the table could be replicated, or an SSIS job might copy it at intervals, or some process might just do a TSQL MERGE once in a while.

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • If the OP would ever come back and explian what he was really looking for it might help..

    CEWII

  • Elliott Whitlow (3/16/2012)


    If the OP would ever come back and explian what he was really looking for it might help..

    CEWII

    Couldn't agree more.

    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

  • Koen Verbeeck (3/14/2012)


    I'm going to frame this one.

    I think you should! 😀

Viewing 10 posts - 1 through 9 (of 9 total)

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