zettelkasten/OneNoteExport/Schnelle_Notizen/Neue Abschnittsgruppe/HOWTo's/38_SQL Authentifizierung Prüfen.md

18 lines
164 B
Markdown
Raw Normal View History

2023-08-17 19:32:37 +02:00
SQL Authentifizierung Prüfen
Montag, 20. Mai 2019
09:32
 
SELECT net_transport, auth_scheme
FROM sys.dm_exec_connections
WHERE session_id = @@SPID;