Step 1: Open SQL Server Management Studio
- Launch SQL Server Management Studio.
- Log in to the Database Engine.
- In the Object Explorer, expand your SQL Server instance.
- Right-click on Databases.
- Select New Database…
Step 2: Create the Database
- In the Database Name field, enter:
- Click OK to create the database.
Step 3: Check for NT AUTHORITY\SYSTEM Login
- Expand the Security node.
- Expand Logins.
- Look for the login:
- If it already exists, right-click it and choose Properties, then skip to Step 6.
- If it does not exist, continue with Step 4.
Step 4: Create NT AUTHORITY\SYSTEM Login
- Right-click Logins.
- Select New Login…
Step 5: Configure New Login
- In the Login name field, enter:
- Select Windows Authentication.
- Do not enter a password.
Step 6: Assign Database Permissions
- In the Login Properties window, select User Mapping from the left menu.
- In the Users mapped to this login section, check the box next to:
- In the Database role membership for: PADS4FIDS, check the role:
- Click OK to save changes.
The PADS4FIDS database is now configured and ready for use.

