TFS 2018 not recognizing SQL Server 2019 - tfs-2018

I have installed TFS 2018 Update 3.2 in Windows Server 2019 machine.
I have NOT used Express edition of TFS 2018.
The Database server version is Microsoft SQL Server 2019 Standard.
I am migrating from TFS 2013 to TFS 2018 (Update 3.2).
I restored the Tfs_Configuration database to new SQL Database server.
The Application Tier and Data Tier are in different servers.
When i configure TFS 2018 i am able to connect to the SQL Server 2019.
But during readiness check i get a error message which says 'SQL Server 2017' is being used.
TF255146: The SQL Server instance you specified (PH-DB00004) is version 'SQL Server 2017', which is not supported by this version of Team Foundation Server. For more information about supported versions of SQL Server, visit https://www.visualstudio.com/docs/setup-admin/requirements
Has anyone else encountered such issues during TFS 2018 configuration.
The SQL requirements for TFS 2018 shows SQL Server 2016 (SP1) onwards.
Kindly suggest how to proceed.
Thank you

I think you're mis-reading the documentation.
The documentation doesn't say that SQL Server 2016 SP1 and "onwards" is supported. It lists several specific supported versions, none of which are SQL Server 2019. Your question even includes a link that explicitly spells it out: https://learn.microsoft.com/en-us/azure/devops/server/requirements?view=azure-devops-2020#azure-sql-database-and-sql-server
TFS 2018
SQL Server 2017
SQL Server 2016 (minimum SP1)
Those are the supported versions. Just those versions.

Related

Make SQL Server 2012 Database in Visual Studio 2015

I am new to visual studio and publishing my very first vb database application. The problem I have is when I run the program on a different computer the database doesn't connect due to different SQL Server versions. I cannot install SQL Server 2016 on that pc as it is 32 bit.I have SQL SERVER LOCALDB 2014 on that but error database version is 852 and supported is 782....downgrade not possible

SSDT for visual studio 2013 installs SQL Server 2014 version?

we have SQL Server 2012 and Visual Studio 2013.
I needed to install BIDS (or SSDT) for developing reports.
I downloaded and installed Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2013:
http://www.microsoft.com/en-us/download/details.aspx?id=42313
However during the installation I noticed that it runs SQL Server 2014 setup.
Why doesnt it ask for wich SQL Server version I need SSDT to be installed?
Will it work with SQL Server 2012?
Thanks.
If you use Visual Studio 2015 + SSDT, you will have a full backwards compatible version of the BI toolset (2012 and up for SSIS, 2008 and up for other SSAS/SSRS and the relational DB tools). For previous versions of the BI suite, these were tied to specific SQL Server versions:
SSDT-BI for VS2013 -> SQL Server 2014 support
SSDT-BI for VS2012 -> SQL Server 2012 support
BIDS -> SQL Server 2008 support
The current recommendation is to use Visual Studio 2015 + SSDT as it receives regular updates & bug fixes, and is backwards compatible with no need to map to a specific SQL Server version. You can download SSDT here.

TF401159 error installing TFS 2013 on a SQL server 2014

I installed Team Foundation Server 2013 on our machine and we also have SQL Server 2014 Express on that same machine. When I try to configure TFS to connect to the SQL Server 2014, I get error below
It says TFS requires SQL Server 2012 SP1 or higher, which is true in my case since I have SQL Server 2014. Can anyone tell me what is wrong with this and a possible way of fixing it?
TFS 2013 RTM and Update 1 don't support SQL 2014. Support was added in TFS 2013 Update 2.
https://www.visualstudio.com/en-us/docs/setup-admin/requirements

Install order for Visual Studio 2013 and SQL Server 2014

Which order should these be installed in? I have read in this SO post that VS2013 requires an update to work with SQL Server 2014.
It doesn't matter. The two products do not conflict and side-by-side installation is supported in any order.
After installing VS you'll need to then install the latest SSDT version for SQL Server 2014 support. SSDT is s component of Visual Studio, not SQL Server.

VS 2015 and SSRS

I've got VS2015 installed and the latest version of SQL Server Data Tools installed and can't seem to import a circa 2008 SSRS reporting project.
Or even create a new reporting project for that matter.
Can someone point me in the right direction?
Zack
As of Sep 14, 2015 Sql Server Reporting Services (SSRS) hasn't been released as part of SSDT 2015.
Link to the page.
One of the positive news from SSDT Preview update for August 2015 is now there will be only one installer for database and BI tools. No more SSDT naming confusion which was introduced with SQL Server 2012.
For now you have to install SSDT-BI-2013 or SSDT-BI-2012.
SSDT is updated on July 7 2016, can be downloaded from Microsoft website https://msdn.microsoft.com/en-us/library/mt204009.aspx

Resources