Labels

Sunday, 1 May 2016

SQL DBA : My SQL Server Agent is not started after MSDB rebuild so how you will fix this issue ?

Execute the below script to fix this issue permanently .

sp_configure 'show advanced options', 1;
RECONFIGURE;

sp_configure 'Agent XPs', 0;

RECONFIGURE;

No comments:

Post a Comment