[ VMS ] Dfference between SQL Server Developer Edition and Express Edition, VMS, Port 1433 - 20230915

GV-VMS v17.4
hugh
Posts: 23
Joined: May 9th, 2023, 4:06 pm

[ VMS ] Dfference between SQL Server Developer Edition and Express Edition, VMS, Port 1433 - 20230915

Unread post by hugh »

Question:
What is the difference between SQL Server Developer Edition and Express Edition to configure the VMS SQL database?

Answer:
You will run into issues with SQL Server Express Edition while attempting to switch the default database in the VMS to a SQL database. In the SQL Server Configuration Manager option, default SQL Server Port TCP port (1433) is not preset for SQL Server Express Edition, but it is to provide SQL Server Developer Edition.

As a result, there was a connection problem with the SQL Server Express Edition during the configuration of the SQL database in the VMS. A connection was established without any problems if the default SQL TCP port (1433) was specifically selected in the SQL Server Configuration Manager option.

In the Server Configuration Manager option, have a look at the differences between SQL Server Express Edition and SQL Server Developer Edition in the list below.

  • SQL Server Express Edition
By default, the TCP Port field is empty, so you need to type default SQL Server TCP port (1433) manually.
Screenshot_6.png
Screenshot_6.png (94.16 KiB) Viewed 11374 times

  • SQL Server Developer Edition
By default SQL Server TCP port preset (1433)
image_2023_09_27T10_06_58_553Z.png
image_2023_09_27T10_06_58_553Z.png (107.36 KiB) Viewed 11374 times
Post Reply