Remote Desktop Connection Broker HA/ SQL

Elhadi 256 Reputation points
2021-02-10T13:18:29.02+00:00

Hi evryone,

I want to configure RDCB HA, i have RDS Farm on windows server 2019, and SQLEXPRESS 2019 data base.

Does anyone know wich version of client native should i use, and the correct connection string ?

Firewall is disabled.

Best regards.

66484-sqlexpress.png

66526-connectionstring.png

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,152 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,628 questions
0 comments No comments
{count} votes

Accepted answer
  1. Eleven Yu (Shanghai Wicresoft Co,.Ltd.) 10,766 Reputation points Microsoft Vendor
    2021-02-11T05:51:55.597+00:00

    Hi,

    1. You should use Microsoft ODBC Driver for SQL Server
    2. The connection string should be: DRIVER=ODBC Driver 17 for SQL Server;SERVER=<name of SQL server>;Trusted_Connection=Yes;APP=Remote Desktop Services Connection Broker;DATABASE=<name of database>

    Please refer to below article for details of SQL version compatibility and Connection string details:
    https://learn.microsoft.com/en-us/sql/connect/odbc/windows/system-requirements-installation-and-driver-files?view=sql-server-ver15#sql-version-compatibility

    Thanks,
    Eleven

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.


1 additional answer

Sort by: Most helpful
  1. Olaf Helper 45,366 Reputation points
    2021-02-10T14:23:40.497+00:00
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.