- MS SQL Server
- PostgreSQL
Create a SQL Server login
1
Open a query window
In SQL Server Management Studio, log in as
sa. In Object Explorer, expand System Databases, right-click master, and select New Query.2
Create the login
username and password with your own values, then execute (F5).Create the Activity database
Create the UBA database
Create the Management database
Create the Archive database (optional)
Install the Application Server against these databases
Run the Application Server installer as normal. On the Database Type page, select MS SQL Server, then on MS SQL Server Database Configuration, enter the login created above and the correct Server instance name. See Installing the Application Server for the full installer walkthrough — the databases you just created will be detected and reused.Related
Installing the Application Server
The full installer walkthrough these manually-created databases plug into.
PostgreSQL performance tuning
Optimize PostgreSQL after installation.
Database parameters
Change database connection settings after installation.
Database server errors
Common database connectivity issues and fixes.