How to Assign db_owner Permissions
Overview
The account used by Netwrix Auditor to collect and store audit data must have db_owner permissions on all target audit databases. Without this level of access, certain audit operations or data retrieval tasks may fail.
This article provides step-by-step instructions for granting db_owner rights to the Netwrix Auditor service account in SQL Server Management Studio.
Instructions
To assign db_owner permissions to a Netwrix Auditor account:
- On the computer where the SQL Server instance resides, navigate to Start > All Programs > Microsoft SQL Server > SQL Server Management Studio.
- Connect to the SQL Server instance using an account that has sufficient privileges to modify database roles.
- In the Object Explorer pane, expand Security, then expand Logins.
- Locate and right-click the login account used by Auditor, and select Properties.
- In the Login Properties window, select User Mapping in the left pane.
- In the Users mapped to this login section, select all databases that the Auditor account must access.
- In the Database role membership for: section, select db_owner.
- Click OK to save the changes.