• I know this post is old but in case some else is looking for an answer this works for me:

    select

    *

    from openrowset( 'SQLNCLI','Provider=SQLNCLI; 'DataSource=Server1;FailoverPartner=Server2;Database=MyDB;trusted_connection=yes;','select top 10 from Database1.dbo.Table1'

    ) temp

    MG

    "There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
    Tony Hoare

    "If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.