I am trying to query a number of linked servers using a recordset and receive the error below:
QUERY:
Set rsDBName = ConnectionName.Execute("select name from " & rsServers.Fields("sqlservername"
& _ ".master.dbo.sysdatabases"
ERROR:
"Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON"
Is there a workaround for this?
Thanks in advance
QUERY:
Set rsDBName = ConnectionName.Execute("select name from " & rsServers.Fields("sqlservername"
ERROR:
"Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON"
Is there a workaround for this?
Thanks in advance