Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of RVM Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:27, 26 September 2024 Gabriele.vivinetto talk contribs created page Il database di Adiuto su SQL Server Express raggiunge il limite di 10GB (Created page with "Se il database di Adiuto su SQL Express raggiunge il limite di 10GB, non è più possibile scrivere. * Verificarne la dimensione sul filesystem. * Identificare le tabelle che occupano più spazio: <pre> SELECT t.NAME AS TableName, i.name AS indexName, SUM(p.rows) AS RowCounts, SUM(a.total_pages) AS TotalPages, SUM(a.used_pages) AS UsedPages, SUM(a.data_pages) AS DataPages, (SUM(a.total_pages) * 8) / 1024 AS TotalSpaceMB, (SUM(a.used_pages) * 8) / 1024 AS Us...") Tag: Visual edit