I found that it is a bit difficult to get a comprehensive list of checkouts in Visual Studio Team Systems. Fortunately, since it leverages SQL 2005 as its back end, you can query the TfsVersionControl database for this list: select c.displayname, b.Computer...