Fix "SQL SERVER AGENT START ACCESS DENIED"

Опубликовано: 22 Май 2023
на канале: MS SQL DBA Tech Support
7,809
18

See the logs for the exact issue:

1.Provide the permission on the sql server agent folder.
2.Add the sql server agent service account as login with sysadmin. Keep this as a Optional
3.Execute the below commands
USE master;
GO
EXEC sp_configure 'show advanced option', '1'; --Enable advanced options
RECONFIGURE;

EXEC SP_CONFIGURE 'Agent XPs', 1;
GO
RECONFIGURE;
GO
4.start the agent if it is not restarting talk to client for downtime and restart the sql server and start the agent manually using services.msc if not started.

Please do comment if any steps helped you in your real time.


Смотрите видео Fix "SQL SERVER AGENT START ACCESS DENIED" онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь MS SQL DBA Tech Support 22 Май 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 7,809 раз и оно понравилось 18 людям.