To list all users in MSSQL you can use the following snippet.
select * from sys.sysusers ORDER BY name asc
All the Code Snippets and Samples you need
To list all users in MSSQL you can use the following snippet.
select * from sys.sysusers ORDER BY name asc
You must be logged in to post a comment.
RT @CodeSnippetsNET: How to list all users in #MSSQL http://t.co/I0K4jxudAi #coding #programming #sql