Quantcast
Channel: SQLServerCentral » SQL Server 2016 » SQL Server 2016 - Administration » Latest topics
Viewing all articles
Browse latest Browse all 2648

Login and user SID dont match, but login still works.

$
0
0
I have a scenario I thought was impossible.  The login below has an sid that doesnt match the DB user, but is still able to login, access the db and query as normal.

select sid as [sessionID],* from myDatabase.sys.sysusers where name = 'hsi

Viewing all articles
Browse latest Browse all 2648

Trending Articles