Hi MSTechie-7364,
what is the Event ID for SQL Server Stopped
When SQL Serer stopped, There will be an information type Event ID 17148 (SQL Server is terminating in response to a 'stop' request from Service Control Manager. This is an informational message only. No user action is required.) in the application log and an information type Event ID 7036 (The SQL Server (instancename) service entered the stopped state.) in the system log.
what is the Event ID for SQL Agent Stopped.
when SQL Server Agent stopped, there will be an information type Event ID 15457 (Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.) and an information type Event ID 7036 (The SQL Server Agent(instancename) service entered the stopped state.) in the system log.
Best Regards,
Amelia
If the answer is helpful, please click "Accept Answer" and upvote it.