Linked server issue

  • Hi all,

    I've created a linked server and am trying to run a query against it, however I'm getting the below error:

    select * from [Server\UAT3].master..syslogins

    Msg 7313, Level 16, State 1, Line 1

    An invalid schema or catalog was specified for the provider "SQLNCLI10" for linked server "Server\UAT3".

    Is there any way to fix this?

    Thanks

  • This works:

    select * from [Server\UAT3].master.dbo.syslogins

    This also works:

    select * from [Server\UAT3].master.sys.syslogins

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

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