not configured for DATA ACCESS

  • I need to connect to a remote SQL server.

    1) I used sp_addlinkedserver

    USE master

    GO

    EXEC sp_addlinkedserver

    '[MyServer]',

    N'SQL Server'

    GO

    Server Added

    2)

    select * from MyServer.PUBS.DBO.AUTHORS

    Error:

    Server 'MyServer' is not configured for DATA ACCESS.

  • From EM, Go to security --> Linked Servers and right click the linked server --> property --> Server Option Tab --> Enable server access option.

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

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