Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Components (client tools connectivity and Client tools backwards Compatibility) in SQL Server 2022

I'm installing SQL Server 2022 but I could not select components shown below:

  • Client tools connectivity
  • Client tools backwards compatibility
  • Client Tools SDK

I need these components for my application. How to install these components?

They could be installed in SQL Server 2019, but cannot be installed in SQL Server 2022.

Can anybody help me?

This is the SQL Server 2022 version:

enter image description here

And this is SQL Server 2019:

enter image description here

like image 733
Andrew Avatar asked Oct 24 '25 02:10

Andrew


1 Answers

I think they've just been unbundled from the installer, and you need to have the client tools packages installed separately, or available for the installer to bootstrap.

https://learn.microsoft.com/en-us/sql/connect/odbc/download-odbc-driver-for-sql-server?view=sql-server-ver16

https://learn.microsoft.com/en-us/sql/connect/oledb/download-oledb-driver-for-sql-server?view=sql-server-ver16

like image 100
David Browne - Microsoft Avatar answered Oct 26 '25 06:10

David Browne - Microsoft