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

SQLCMD 2014 using NTLM instead of Kerberos

$
0
0
We are having an issue on multiple servers where running the below command using the 2014 version of sqlcmd.exe returns NTLM but using an earlier version returns Kerberos even when using the -E switchsqlcmd -E -S [SERVERNAME] -Q "SELECT auth_scheme FROM sys.dm_exec_connections WHERE session_id=@@SPID"On my laptop (which has multiple versions installed) If I call the executable directly from the 2012 directory:"C:\Program Files\Microsoft SQL Server\110\Tools\Binn\sqlcmd"The Result is Kerberosbut from the 2014 directory:"C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\sqlcmd"The result is NTLMThis isn't a double hop issue since it is just a straight select and we have already checked SPNs on the server.Anyone seen this before or have any ideas where else to look?

Viewing all articles
Browse latest Browse all 6525

Trending Articles