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

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
SQL Server | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    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 47,436 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.