Posts

Showing posts with the label Start

How to Stop, Start SQL Server Agent services using command prompt

Image
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