How to Stop, Start SQL Server Agent services using command prompt
To start stop a service using NET command the syntax is as follows
net start/stop service_name
Open command prompt as admin
For example, to start the SQL Agent service of the default
SQL Server instance the command is
net start SQLSERVERAGENT
To stop the SQL Agent service of the default SQL Server
instance the command is
net stop SQLSERVERAGENT
Comments
Post a Comment
Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You