SQL Server
Create the database manually with SQL Statements
This section provides SQL-based instructions for manually creating the PADS4FIDS database using your preferred SQL client (e.g., SQL Server Management Studio, Azure Data Studio, etc.).
Note: Execute the following SQL commands using an account with sysadmin privileges on the SQL Server.
SQL Script
Result
After running this script:
- The NT AUTHORITY\SYSTEM login is created if not already present
- The PADS4FIDS database is created if it does not exist
- The login is assigned db_owner rights on the newly created database
The system is now ready to connect PADS4FIDS to this database during configuration.