im using tfs 2017 update 3; i want reduce my tfs database size; so i want clean up it; i cant find TfsVersionControl Administration Job in job list and when i run this code : use [msdb]; go
select
CAST (name as varchar(60)) as job_name,
job_id,
enabled
from
sysjobs
order by
name;
go
i cant see any job; i searched about it and i find a little information about this; can i deploy this job manually ??? how????