MCITP

MCITP

Wednesday, September 21, 2011

To check logins which are DISABLED in SQL Server

To check Logins which are disabled in SQL SERVER 2005/2008/2008 R2

select name,is_disabled,* from sys.server_principals where is_disabled = '1'

No comments:

Post a Comment

Followers