SQL Server
Last updated
Was this helpful?
Download Required Files:
Click on the Download button to obtain the zip file containing the necessary SQL scripts.
Execute SQL Scripts:
Use SQL Server Management Studio (SSMS) to execute the following SQL scripts from the downloaded zip file:
tlx_sqlserver_grants.sql
tlx_sqlserver_grants_for_aws_rds.sql
Ensure the scripts are run on the appropriate SQL Server instance.
Capture Configuration Details:
Note down the following details:
Username and password used in the SQL grants scripts.
Hostname and port of the SQL Server.
Understand TrustLogix User Grants:
The TrustLogix user will be granted the following permissions:
CONNECT, ALTER, ALTER ANY MASK, ALTER ANY SECURITY POLICY on all existing databases for masking and row access policies.
SELECT, ALTER, EXECUTE, CREATE FUNCTION, CREATE TABLE on TLX_POLICY_DB for masking and row access policies.
The TrustLogix user will also be added as a member of the db_securityadmin role for each database.
Server Name and Port:
Enter the hostname of the SQL Server instance in the format ServerName,1433 (replace 1433 with the actual port if different).
Refer to the guide: How to obtain the server name?
Username:
Provide the username captured from the grants script execution.
Password:
Enter the password corresponding to the username.
After populating all the fields, click Save to complete the registration of the SQL Server data source.
Last updated
Was this helpful?
Was this helpful?

