fr0zt
fr0zt

Reputation: 861

Which database is TFS 2018 using?

I am working with TFS 2018 and trying to find out how to know which databeses it uses. I've found out this documentation: https://learn.microsoft.com/en-us/tfs/server/admin/backup/backup-db-architecture

This works for the default databases.

However, in my specific case I have more databases in SQL Server that the ones which are shown in this URL. As so, I wanted do be sure which databases is my TFS using.

Is there a way to check what are all the databases used by my TFS 2018?

Upvotes: 0

Views: 796

Answers (1)

userfl89
userfl89

Reputation: 4790

I'm guessing that you're looking for the database used by each collection? If so, to find the collection database used by each collection open the Team Foundation Server Administrator console and go to the Team Project Collections node which is under Application Tier. From there, find the collection you're searching for, highlight this, and press the Edit Settings button. The database used by this collection will be in the Database field on the window that comes up. You've probably already verified this, but for the configuration database go to the Application Tier node. The configuration database will be the database in the Initial Catalog of the connection string. You can find the connection string in the Data Tier Summary area.

Upvotes: 2

Related Questions