SQLServerCentral » Latest topics
Kerberos and NTLM
We use NTLM authentication in our environment.
SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid ;
Returns NTLM from all my instances
How do you properly convert SQL Server from NTLM to Kerberos? and wha
SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@spid ;
Returns NTLM from all my instances
How do you properly convert SQL Server from NTLM to Kerberos? and wha
No comments:
Post a Comment