Search notes:

SQL Server: sys.sysusers

select
   name,
   status,
   hasdbaccess,
   islogin,
   isntname,
   isntgroup,
   isntuser,
   issqluser,
   isaliased,
   issqlrole,
   isapprole,
   uid,
   sid,
   gid,
   altuid,
   roles,
   password,
   createdate,
   updatedate
from
   sys.sysusers
order by
   createdate desc

See also

sys.database_principals seems to list the same users.
sys.syslogins

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1740454205, '18.219.53.18', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/SQL-Server/administration/schemas/sys/objects/views/sysusers(61): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78