# Start SQL Agent Service

# Problem

When creating subscriptions for the first time in the SSRS, an error will show saying that the SQL Agent service is not running in your machine.

SQL Agent service is not running

SQL Agent service is not running

The SQL Agent Service is required when creating subscriptions in SSRS. By default, the service is not running.

# Resolution

To start the service, follow these instructions:

  1. Go to Services.msc. Access this by typing services.msc in the Windows Search Box.

  2. Click on Services.

    Services.msc

    Services.msc
  3. Scroll down and look for SQL Server Agent (MSSQLSERVER). Right-click on it and choose Properties.

    Services - SQL Server Agent

    Services - SQL Server Agent
  4. In the General tab, click on Start under the Service status.

  5. You can also determine the Startup type of the service by choosing from the drop-down list. Choose Automatic to have the service running on startup.

  6. Click on Apply, then click OK to save the changes.

    SQL Server Agent - Properties

    SQL Server Agent - Properties

We value your feedback!

Please take a few minutes to complete our survey and share your thoughts on your recent experience with our documentation.

Take survey

Close