Hi P S Vinay,
You can use:
sp_displayroles [ role_name | login_name [, option]]
Put the name of the login to verify and option 'display_info' This displays all roles, but does not show if roles are locked.
For locked roles run:
select name from master..syssrvroles where status&2=2.
Hope this helps.
Luz Rodriguez