Skip to content

MSSQL Prerequisites§

MSSQL Setup§

Instructions below authored by SmartPTT team and may not comply with all the policies and capabilities of your organization:

Tools§

MSSQL prerequisites imply the use of the following tools:

  • Proper edition of MSSQL server. For non-production purposes, use one of the following editions:

    • MSSQL Express:
      winget install -e --id Microsoft.SQLServer.2025.Express
      
    • MSSQL Developer:
      winget install -e --id Microsoft.SQLServer.2025.Developer
      
  • SQL Server Configuration Manager. Included in your SQL server installation package.

  • Microsoft SQL Server Management Studio.

    winget install -e --id Microsoft.SQLServerManagementStudio.22
    

Networking§

Quality§

General network quality requirements apply.

  • Packet loss is 0 to 2.5%.
  • Two-way delay is 0 to 90 msec.
  • Jitter is 0 to 90 msec.

Bandwidth§

Server to MSSQL

  • At least 200 kbps per 1,000 subscribers at disabled monitoring interface.

Dispatcher to MSSQL

  • At least 200 kbps per 1,000 subscribers at disabled monitoring interface.

Firewall§

Unlock the following network ports on the SmartPTT server host:

  • TCP port 1433.
  • UDP port 1434.

Unlock the following network ports on the Dispatcher App host:

  • TCP port 1433.
  • UDP port 1434.

Unlock the following network ports on the MSSQL server host:

  • TCP port 1433.
  • UDP port 1434.

For details, see the following tables.

Port Number Protocol Direction Application Quantity
1433 TCP Outbound RadioService.exe 1
1433 TCP Inbound RadioService.exe 1
1433 TCP Outbound RSConfigurator.exe 1
1433 TCP Inbound RSConfigurator.exe 1
Port Number Protocol Direction Application Quantity
1433 TCP Outbound client.exe 1
1433 TCP Inbound client.exe 1

See Also§