Summary and Comparison of Database Servers Supported by Vertec
Due to its architecture, Vertec is relatively independent of the database being used. During normal operation, communication with the database server is done via only a few different SQL commands (SELECT, INSERT, DELETE). Server-specific elements such as stored procedures or views are not used by Vertec.
However, SQL is only standardized to a limited extent, so there are deviations between different database systems that need to be addressed in Vertec, such as the interpretation of the like Operators for string comparisons or differences in initialization.
Vertec can be operated with the database servers Firebird and MS SQL Server.
Firebird is the database server that comes standard with Vertec and offers great advantages due to its ease of use. Read our blog article Why vertec relies on firebird as its database server.
inplace convert) without additional manual work for Vertec UpdatesAll information about running Vertec on Firebird can be found in the article Firebird.
The decision to run Vertec with MS SQL Server must be made carefully, because there are significant disadvantages compared to the use of Firebird:
In which cases is it worth considering running Vertec with MS SQL Server?
Previously, the recommendation was to rely on MS SQL Server for large amounts of data or for many parallel users.
It is good to know that even an existing Vertec Firebird database can be converted to MS SQL Server at any time. The decision to run Vertec with MS SQL Server can therefore be tested at any time and also carried out at a later date.
Unless you already have MS SQL Server up and running and you have in-depth know-how, we recommend that you start with Firebird first and only switch to MS SQL Server if this is necessary due to the points outlined above.
All information about running Vertec on MS SQL Server can be found in the article Ms sql server.