Search notes:

INFORMATION_SCHEMA.schemata

information_schema.schemata lists the available schemas.
select
   catalog_name,
   schema_name,
   schema_owner,
   default_character_set_catalog,
   default_character_set_schema,
   default_character_set_name
from
   information_schema.schemata;
Github repository about-MSSQL, path: /administration/schemas/INFORMATION_SCHEMA/schemata/select-all.sql

See also

sys.schemas
INFORMATION_SCHEMA

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...', 1740450032, '3.144.6.254', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/SQL-Server/administration/schemas/INFORMATION_SCHEMA/schemata/index(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78