Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

SQL Server Agent troubleshoot

$
0
0
Hi all, So I have a job running under domain administrator and when i run i received an error said that the service account is using different credential, so I've change the SQL Job service log on and restart the services again and then run the job again but encounter the same error.I've check in SQL server configuration and the log on services already changed to the correct one, but when i check it using query"select * from sys.dm_server_servicesWHERE servicename LIKE 'SQL Server Agent%'"the SQL agent is still under NT Service\SQLSERVERAGENT ?I've test it by stopping the service and check in SQL Server Configuration, the service is already stoppedbut when i execute the query again the service is still running and under NT Service?I was logged in using administrator

Viewing all articles
Browse latest Browse all 6525

Trending Articles