Why are tables displayed more than once when grouping by table and in filter menu?
Note that tables that are dropped then reconstructed are not linked, because they are allocated different table ids by SQL Server. Therefore, when you group by tables, a table that has been dropped and then reconstructed will appear once to group log entries that occurred up to and including the drop operation, and a second time to group log entries that occurred after the table was reconstructed. If the table is dropped and reconstructed repeatedly, it will appear in the list multiple times. Similarly, a table that has been dropped then reconstructed will be displayed in the Table filter menu multiple times if it has been dropped and reconstructed repeatedly.