Search notes:

SQL Server: sys.dm_db_* views

select
   obj.name
from
   sys.schemas         sch join
   sys.all_objects     obj on sch.schema_id = obj.schema_id
where
   sch.name      = 'sys'             and
   obj.type_desc = 'VIEW'            and
   obj.name like   'dm_db_%'
order by
   obj.name
;
dm_db_column_store_row_group_operational_stats
dm_db_column_store_row_group_physical_stats
dm_db_file_space_usage
dm_db_fts_index_physical_stats
dm_db_index_usage_stats
dm_db_log_space_usage
dm_db_mirroring_auto_page_repair
dm_db_mirroring_connections
dm_db_mirroring_past_actions
dm_db_missing_index_details
dm_db_missing_index_group_stats
dm_db_missing_index_groups
dm_db_partition_stats
dm_db_persisted_sku_features
dm_db_rda_migration_status
dm_db_rda_schema_update_status
dm_db_script_level
dm_db_session_space_usage
dm_db_task_space_usage
dm_db_tuning_recommendations
dm_db_uncontained_entities
dm_db_xtp_checkpoint_files
dm_db_xtp_checkpoint_internals
dm_db_xtp_checkpoint_stats
dm_db_xtp_gc_cycle_stats
dm_db_xtp_hash_index_stats
dm_db_xtp_index_stats
dm_db_xtp_memory_consumers
dm_db_xtp_nonclustered_index_stats
dm_db_xtp_object_stats
dm_db_xtp_table_memory_stats
dm_db_xtp_transactions

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...', 1759562066, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/databases/SQL-Server/administration/schemas/sys/objects/views/dm/db/index(79): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78