Hi
I'm using TFS2013.2 and I'm having a small database size collection.
my main collection size is 210GB (with 23GB of unused allocated by the SQL automatically).
i have already used the test attachment cleaner and followed all the posts about this issue so I'm pretty sure that
the configuration is correct.
i have also removed the code sense index as it was causing size problems.
i have also clean old and unused workspaces.
and still the size is around the 200GB.
running the table size report
we see that there is 90GB of content (nothing can be done here..)
and also 43GB of test results....
this is after i saw the build retention policy does not include test results.
i queried the tbl_testrun table to get a list of old build Uris (about 3.5K of builds) i tried via command line and got time out
so i wrote a small code with tfs api. i got about 500 errors about invalid build uri.
i double checked and it was not found in the tbl_build. but there were references int he tbl_testrun with records in tbl_testrsult.
i wish to remove this historical test data as it is taking a lot of space, how can i perform this?
how can i remove these orphan test results?
also how can i increase tfs timeout?
thank you