Locked login list status in Sybase ASE
Sybase ASE Sybase Login 0
(0)
Below query can be used to check list of locked out logins in Sybase database server.
select @@servername "Server", name,lockdate from master..syslogins where status&2=2
Sample output:

How useful was this post?
Click on a star to rate it!
Average rating 0 / 5. Vote count: 0
No votes so far! Be the first to rate this post.