I have ServerA using AD service account. I need to TSQL query database on ServerB, my AD user does not have permissions to Server B database. I have an AD proxy Contoso\ProxyAccount which is setup with proper permissions to query Server B database (if i run SSMS on Server A as proxy account I can query data from Server B). Can I setup a linked server from ServerA using this proxy account in order to run SSMS queries from server B? or is there other way? I do not want to use RunAs or Credential Manager and would prefer to use SQL tools for this.
Thank you,