Skip to content

Instantly share code, notes, and snippets.

@JustinMcNamara74
Created July 5, 2017 16:05
Show Gist options
  • Save JustinMcNamara74/508ed80f60d4c375b9bd3a035022db8a to your computer and use it in GitHub Desktop.
Save JustinMcNamara74/508ed80f60d4c375b9bd3a035022db8a to your computer and use it in GitHub Desktop.
List DB user info for all users
use [db_name]
select *
from sysusers
order by name ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment