I have a question on a scenario and would appreciate your inputs.
Lets say I have a single instance SQL Server on a 2 node cluster with node namesServer X and Server Y. These are part of Domain A.
SQL Agent Account runs under service account - DomainA\SQLAct.
Now I have Server Z which is a standalone SQL Instance on Domain B and there is no trust between domain A and B, not even one way trust.
Even though I dont have trust, I need to configure log shipping for the SQL Instance which is clustered under Domain A to a standalone box in Domain B.
Microsoft recommends Local Account(SQL Agent) to be used for Cross Domain Log Shipping. Also when there is no trust, MSFT recommends to use the same login name and password, however as my setup includes a cluster and cluster cannot have local account I'm not sure what will be the best strategy to follow here.
Any suggestion is greatly appreciated.
Thank you,
Anup