Tad Beaty
Site Sections
Home
Contact
Syndication
Login
Posts
1
Comments
1
Trackbacks
0
TFS
How to pull all Pending Changes (Checked Out Items) from TFS 2005 or 2008 using SSRS and SQL
After reading Tom Fischer's blog entry on How to pull all Pending Changes (Checked Out Items) from TFS 2005 or 2008 I thought I would look into how to accomplish the same objective using SSRS and SQL. With more research on the TfsVersionControl database and also reviewing a query on retrieving data from a TFS database, I put together this sql statement that retrieves a list of users who have items checked out. /* This query returns the list of currently checked out items */ declare @UtcDiff int,@Date...
Share This Post:
Posted On
Thursday, March 19, 2009 1:19 AM
|
Feedback (1)
Archives
March, 2009 (1)
Post Categories
TFS
SSRS
SQL
Copyright © 2005 tbeaty
This work is licensed under a
Creative Commons License