We are running the SQL Services with domain account and for auditing reasons we are collecting information as who connected ,When , from which program etc using log on triggers ... using sys.dm_exec_sessions.
But i am recently seeing a connection from the SQL Service account (domain\svc) with program name as "SendCryptoKeytoServer" couldn't find what this connection for (whether NTLM /kerboros authentication or something ??? ) if you have any idea why this program name shows as "SendCryptoKeytoServer" and any links saying more about this connections from svc account ...please reply
running on :: SQL 2005 EE , SP4 ,Windows 2003 EE ,SP2
Madhava rao.M