Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


Ouvrir

...

le port 1433 sur le parefeu

...

windows (direction in)

Code Block
New-NetFirewallRule -DisplayName "SQLServer default instance" -Direction Inbound -LocalPort 1433 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "SQLServer Browser service" -Direction Inbound -LocalPort 1434 -Protocol UDP -Action Allow


Installation SQL Server (version évaluation ou Express)

...