VM : 192.168.20.9 => rdcb + sql 

RDS broker 2 dans le domaine comptaplus.loc

Télécharger SQL Server :

https://download.microsoft.com/download/5/1/4/5145fe04-4d30-4b85-b0d1-39533663a2f1/SQL2022-SSEI-Expr.exe


MANAGEMENT STUDIO : 

https://download.microsoft.com/download/7519f0ff-997c-4f36-b5aa-9a51d47dd34c/SSMS-Setup-ENU.exe



faut cocher trust server certificate 

Image chargée

Lancer l’installation

  1. Lance le fichier téléchargé (SQL2019-SSEI-Expr.exe)

  2. Choisis "Installation personnalisée"

  3. Dans SQL Server Installation Center :


3️⃣ Configuration de l’installation

Post-installation (très important)

Activer TCP/IP :


Ajouter le serveur sur RDS BROEKR 1 (ajout de serveurs )

puis ajout la fonctionnalité  "BROKER " (bureau à distance) et accè web 

 



🔗 Lien officiel :
👉 https://aka.ms/sql2019express (version Express)


2️⃣ Lancer l’installation

  1. Lance le fichier téléchargé (SQL2019-SSEI-Expr.exe)

  2. Choisis "Installation personnalisée"

  3. Dans SQL Server Installation Center :


3️⃣ Configuration de l’installation


4️⃣ Finaliser et tester

Si SSMS n’est pas installé : 👉 https://aka.ms/ssms


5️⃣ Post-installation (très important)

Activer TCP/IP :

Ouvrir le port 1433 dans le pare-feu Windows :

cmd

netsh advfirewall firewall add rule name="SQL Server TCP 1433" dir=in action=allow protocol=TCP localport=1433

✅ Créer ta base RDCB_DB avec SSMS


💡 Exemple de chaîne de connexion pour le Broker

ini

DRIVER=SQL Server Native Client 11.0; SERVER=RDS-SQL; Trusted_Connection=Yes; APP=Remote Desktop Services Connection Broker; DATABASE=RDCB_DB