I am on sql server 2008. I have VIEW SERVER STATE PREMSSION. I thought this permission will show me everything, i.e., what maintenance plans have been setup, what jobs are running using sqlagent.
What server logins exist?
I am finding that is not the case. While I can run activity monitor and some serve level reports, it does not show me many things. I am used to Oracle’s select_catalog_role which gives access to entire Oracle data dictionary.
I am struggling; I am in master database, if I say:
Select * from sys.syslogins
It does not show me all the server logins, Does this view show current logins connected; I do not think that either. It is showing me sa and my login. How can I see all server logins without being added to sysadmin role.
Thanks a lot.
Prem