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).

Logs
  • 15:51, 14 July 2026 Gabriele.vivinetto talk contribs created page Ricostruzione indici di Database Adiuto (Created page with "Per migliorare le prestazioni รจ utile eseguire nottetempo queste query:<pre> EXEC sp_updatestats </pre><pre> SET NOCOUNT ON; DECLARE @db_id int; DECLARE @objectid int; DECLARE @indexid int; DECLARE @partitioncount bigint; DECLARE @schemaname nvarchar(130); DECLARE @objectname nvarchar(130); DECLARE @indexname nvarchar(130); DECLARE @partitionnum bigint; DECLARE @partitions bigint; DECLARE @frag float; DECLARE @command nvarchar(4000); SET @db_id = DB_ID(); -- Condi...") Tag: Visual edit