I have been monitoring the server for past 4 days but i am not able to see agent on SSms but the agent service is in running mode and the server is of standard edition
Asked
Active
Viewed 1.4k times
1 Answers
1
This is most likely due to the wrong version of SSMS being installed.
If you're absolutely sure you have the correct version of SQL server installed on your server, which you can test by opening services.msc and checking if the SQL Server Agent is present.
then make sure you have the correct version of SSMS installed on your workstation. You can follow the steps explained in this MSDN reply about SSMS versions and SQL server Agent.
Summary:
- You don't have SSMS Express installed
- You have the correct permissions on the server
- You have the complete, and not basic, version of SSMS installed

Reaces
- 5,597
- 4
- 38
- 46