• SELECT a.*

    FROM OPENROWSET('SQLOLEDB','xxx.xxx.x.xx';'sa';'sa',

    'SELECT *

    FROM DService.dbo.device') AS a;

    Error:

    Msg 17, Level 16, State 1, Line 2

    [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.

    What does this mean now?