SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid;
It will return either "NTLM" or "KERBEROS".
More on Kerberos will follow...
My personal notes and development and performance tuning. Maybe you can find something interesting here too?
SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid;
Inga kommentarer:
Skicka en kommentar