↧
Answer by Jonathan Fite for Running SQL job: The login is from an untrusted...
The job is executed as the SQL Agent account, unless you have configured a proxy. The owner of the job is irrelevant as long as the SQL Agent account can verify that the owner is valid (still exists in...
View ArticleRunning SQL job: The login is from an untrusted domain and cannot be used...
I have two databases in different servers (server1 , server2)server1: Login : login1 / password :123 /member of sysadmin (user user1,password:pass)server2 :Login :login1 / password :123 /member of...
View Article