Feature comparison
MS SQL Express is a free but limited edition of MS SQL Server. Using it is not recommended — it does not guarantee stable Application Server operation under production load.
Which database should you choose?
Choose MS SQL Server if your organization already has a Microsoft SQL Server license, or if you need automatic index maintenance and engine-level scheduling without manual intervention. Choose PostgreSQL if you want a free, open-source database engine, need cross-platform flexibility, or plan to run Syteca alongside Linux infrastructure. PostgreSQL also has a larger ecosystem of third-party replication and clustering tools if you need those options later.Next steps
Configure PostgreSQL
Full configuration walkthrough for PostgreSQL with Syteca Application Server.
Set Up a Remote PostgreSQL Server
Open the required ports and configure remote access between the Application Server and a PostgreSQL host.
PostgreSQL Without Superuser
Run PostgreSQL with a non-superuser role for tighter access control.
Standard vs High Availability Mode
Decide between a single Application Server and a Microsoft failover cluster before you deploy.