Ayanami
Ayanami

Reputation: 25

TFS 2015 Express configuration keeps finding older SQL Server

I need to install Team Foundation Server Express 2015.

The problem is that TFS 2015 keeps trying to use the SQL Server 2008 Express as a database server and I don't want to upgrade that installation.

How do I setup my TFS to use the SQL Server 2014 Express as the SQL provider?

Upvotes: 0

Views: 302

Answers (1)

Express is designed to install SQL Express as part of the install. It's Express because it sets everything up and is designed to be run on an empty server.

You could try turning off all the other SQL Instances during the install. That might trick TFS into picking the right one.

Or, the right way, would be to pick "advanced" configuration and choose the SQL Instance that you want to use when prompted.

Upvotes: 2

Related Questions