In my company (as in most) source code modifications are described in so-called "tickets", which have a unique ID for reference purposes. When somebody checks in a file, that ID is entered in the "comment" field.
Recently somebody has checked in a file, but I don't know which one. I do know the ID, so by querying the comments I should be able to find that file.
How can I query the comments of my Visual SourceSafe system?
For your information, I have no problem checking the files/database where SourceSafe keeps its information internally.