5. Create a PLA 3.0 database

Required for all installation options.

To store your data, PLA 3.0 requires access to a database. If you do not want to use an existing database, you need to create one.

The choice of database depends on several key factors. PLA 3.0 supports SQLite and Microsoft SQL Server databases. When selecting which database to create, consider the following key aspects:
Number of users Amount of data Database location Simultaneous use Database type

single user

small amount

local computer

no

SQLite database (local)

multiple users

small amount

shared folder/file server

no

SQLite database (shareable)

multiple users

larger amount

database server

yes

Microsoft SQL Server database

Procedure

For a detailed description of the required steps, see the Database creation topic.