I have a SQL Server A where in it has sql account used for an application. When i try to run a query in a store proc like
" SELECT name FROM RevProd.master.sys.databases WHERE name = RevBud"
I get the following error
Access to the remote server is denied because the current security context is not trusted.
though i use execute as user "sysadmin account" with in the procedure.
SO.. How does a sql account access multiple servers?