Skip to content

Instantly share code, notes, and snippets.

@norman-bauer
Last active April 13, 2018 07:21
Show Gist options
  • Save norman-bauer/5cc4cdf41a5e5ca4e26ad455ecc9655c to your computer and use it in GitHub Desktop.
Save norman-bauer/5cc4cdf41a5e5ca4e26ad455ecc9655c to your computer and use it in GitHub Desktop.
Get all SIDs from SQL Server
use master
go
select sid, name, dbname from syslogins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment