Azure Backup
An Azure backup service that provides built-in management at scale.
1,280 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
HI, everyone,
encountered such a problem as slow execution of tasks, I have a suspicion that the database records are not cleared correctly, checked it with this query
how can this be fixed?
use DPMDB --you will need to put in your DPMDB name here
select * from tbl_TE_TaskTrail tt
where datediff (day, tt.stoppeddatetime, getutcdate()) > 33
Hi,
If the result is 0, garbage collection is working correctly. Otherwise, you can use the following script to manually clean up the tables.
The Tbl_TE_TaskTrail table is large
Important
Back up the database before you run any script against the database.