Hi,
I have some 200 users on the SQL Server of which different number of users have different access rights on different databases on the server. Mind you that the number of users is different for different databases. Now my problem that how can I find the list of all the users on the server. Is there a special table which stores the list of all the users. I know the table sysusers, but it gives me the list of users for the current database.
Is there a way to get everybody.
Thanks a lot.
I have some 200 users on the SQL Server of which different number of users have different access rights on different databases on the server. Mind you that the number of users is different for different databases. Now my problem that how can I find the list of all the users on the server. Is there a special table which stores the list of all the users. I know the table sysusers, but it gives me the list of users for the current database.
Is there a way to get everybody.
Thanks a lot.