Hi all,
I use DNS alias to access my database server:
server name is -> SRV100
DNS Alias is -> SQLPROD
I've noticed that, using Windows authentication, if I connect to the server using its server name, the DB Engine uses Kerberos authentication scheme (as it is supposed to do) but if I use Kerberos authentication, I see that the DB Engine uses the NTLM authentication scheme
select client_net_address,auth_scheme from sys.dm_exec_connections
I need to use DNS alias to connect to my server and I want to use Kerberso auth scheme.