Created
July 5, 2017 16:05
-
-
Save JustinMcNamara74/508ed80f60d4c375b9bd3a035022db8a to your computer and use it in GitHub Desktop.
List DB user info for all users
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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