We have a process where when the developers change or add a database script and check it into the project. At the time of deployment the release manager needs to know what work items have database script checked in against it. Is there a way where we can query or create a custom report in TFS to get a list of work items that have a file in a changeset with a particular file extension (.sql). This way the release manager will get a list of the work items that she can then give to the DBAs to analyse, check and apply to the server.
We are using TFS 2008.
I'm not a report writer, but I assume that you could probably generate a custom report off of the tfswarehouse where you could filter on the extension. But that is just an assumption.
Perhaps you could write a custom checkin policy that sends an email to the appropriate folks based on file extension. This seems like a very heavy and inappropriate way to utilize policies, but it would probably work.
just some thoughts with no verifiable data to back them up. :D