Reputation: 2715
When I tried to attach my tfs databases using TFS console,database name is not displaying.
According to the Microsoft description I think "Tfs_Configuration" table contains name and location of other databases.
Can any one please tell me the table name which store the the Team project collection name in the Tfs_Configuration databases
?
Thanks
Roshil
Upvotes: 1
Views: 1419
Reputation: 115027
WARNING
Changing anything directly in the
TFS_Configuration
and/orTFS_*Collection
databases puts your TFS instance in an officially unsupported state and can cause all kinds of very hard to detect issues that may only surface themselves for very specific features of the product, or when it's time to install the next Update or upgrade ti the next major version.
I suspect the information you're after is is not going to be in there until you did a successful attach. You might be in a chicken/egg situation with regards to the collection showing up in the TFS_Configuration database.
The Collection DB should be listed in TFS_Configuration\tbl_Database
and the Team Project Collection Name is stored in tbl_CatalogResource
.
Upvotes: 1