Query to check whether database has any externally authenticated SSL users Home > Database Blog > Query to check whether database has any externally authenticated SSL users Please use the below query. SELECT name FROM sys.user$ WHERE ext_username IS NOT NULL AND password = ‘GLOBAL’; Venkatesh GK venkateshkumar.gk@doyensys.com Recent Posts Unable to Launch the Application: JAR Resources in JNLP File Are Not Signed by the Same Certificate Stop Wrestling with Your Data: How SQL Server 2025 Turns Every Employee into an Insight Power User Oracle Database 26ai: Making Every Employee a Data Expert Without the Complexity