2010年12月29日 星期三

SQL Server: Verify current Kerberos authenication status

--Authenicaiton mode
select auth_scheme from sys.dm_exec_connections where session_id=@@spid
--Conneciton authenication mode
--select session_id,auth_scheme,net_transport,client_net_address from sys.dm_exec_connections

沒有留言: