I found there are some name in loginname column from sys.sysprocesses
is like the following
guid@guid
how to decode it as a user name of the database ?
I found there are some name in loginname column from sys.sysprocesses
is like the following
guid@guid
how to decode it as a user name of the database ?
Note that sys.sysprocesses is a deprecated backwards compatibility view. Use sys.dm_exec_sessions instead.
@sakuraime Please let us know if you need any further help.
Hey,
There are App registrations in Azure AD.
So usually it is clientid@tenantid
verify whether the id after @ is the tenantid in which Azure SQL database is present
8 people are following this question.