As far as I know, in SQL Server 2005, I can use "REVOKE CONNECT FROM" and "GRANT CONNECT TO" to disable/enable a user.
However, how I do I get a list of users that are disabled/enabled?
I tried "sp_helpuser", but it does not provide the information.
Any suggestion?
Thanks in advance.
Seaport
However, how I do I get a list of users that are disabled/enabled?
I tried "sp_helpuser", but it does not provide the information.
Any suggestion?
Thanks in advance.
Seaport