VM : 192.168.20.
...
9 =>
...
vm
...
rdcb + sql
RDS broker 2 dans le domaine comptaplus.loc
Télécharger SQL Server :
MANAGEMENT STUDIO :
https://download.microsoft.com/download/7519f0ff-997c-4f36-b5aa-9a51d47dd34c/SSMS-Setup-ENU.exe
faut cocher trust server certificate
Lancer l’installation
Lance le fichier téléchargé (
SQL2019-SSEI-Expr.exe
)Choisis "Installation personnalisée"
Dans SQL Server Installation Center :
Clique sur "Nouvelle installation SQL Server"
...
3️⃣ Configuration de l’installation
Instance : par défaut (
SQLEXPRESS
) ou nommée (RDSQL
)Fonctionnalités :
Moteur de base de données ✔️
Type d’authentification :
Choisir "Mode mixte (SQL Server + Windows)"
Définir un mot de passe
sa
Ajouter ton compte admin comme administrateur SQL
Post-installation (très important)
✅ Activer TCP/IP :
Ouvre SQL Server Configuration Manager
Va dans : SQL Server Network Configuration > Protocols for [Instance]
Active TCP/IP
Redémarre le service SQL Server
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)
...
Lance le fichier téléchargé (
SQL2019-SSEI-Expr.exe
)Choisis "Installation personnalisée"
Dans SQL Server Installation Center :
Clique sur "Nouvelle installation SQL Server"
...
3️⃣ Configuration de l’installation
Instance : par défaut (
SQLEXPRESS
) ou nommée (RDSQL
)Fonctionnalités :
Moteur de base de données ✔️
Type d’authentification :
Choisir "Mode mixte (SQL Server + Windows)"
Définir un mot de passe
sa
Ajouter ton compte admin comme administrateur SQL
...