To list all users in MSSQL you can use the following snippet.

select * from sys.sysusers ORDER BY name asc

One thought on “How to list all users in MSSQL”

Leave a Reply