SQL Server and MySQL Notes
Pages
(Move to ...)
Home
Contact Me
All Articles
Author Profile
Download Links
How to be DBA?
▼
Monday, April 12, 2010
How to check authentication scheme in SQL 2005/SQL 2008?
You can use below query to check authentication scheme whether it is Kerberos or NTLM.
select auth_scheme from sys.dm_exec_connections where session_id=@@spid
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment