Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all:

We use Team Foundation Server to handle check-in and check-out of our code. When it comes time to get a list of code changes I query the WorkItems table or view in the TFS database.

The only problem is that I can no longer find this object in our database! I can find a whole lot of other work items tables, but this one no longer exists. I'm still able to enter comments and check in code so I'm wondering what is up and if there is another way I can get a list of code changes. I've tried most of idiots tests like "am I looking at the correct database/server etc.", but maybe there are a few more idiot tests I'm missing.

Just looking for a way to see all the code changes and their comments. Thanks for your help!
Posted
Updated 23-May-12 10:10am
v3
Comments
Nelek 23-May-12 16:10pm    
My error, I thought the answer below was just to add information

1 solution

Hi all:

I still couldn't find this WorkItems object, but I was able to find what I was looking for by querying tbl_ChangeSet under my TFS database on SQL Server.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900