We are doing a deploy of MBAM 2.5 and as required, we have installed SQL 2012. A part of the setup is setting the required permissions in SQL. I am definitely not a DBA and do not have access to someone who knows it well. Can anyone walk me through setting
the correct permissions from the following http://technet.microsoft.com/en-us/library/dn645331.aspx ? I am a novice with SQL, but can follow instruction.
In particular the pieces on:
Prerequisites for the Recovery Database
Required SQL Server permissions
Required permissions:
- SQL Server instance login server roles:
- dbcreator
- processadmin
- SQL Server Reporting Services instance rights:
- Create Folders
- Publish Reports
Prerequisites for the Compliance and Audit Database
Required SQL Server permissions
Required permissions:
- SQL Server instance login server roles:
- dbcreator
- processadmin
- SQL Server Reporting Services instance rights:
- Create Folders
- Publish Reports
Prerequisites for the Reports
SSRS instance rights – required for configuring Reports only if you are installing databases on a separate server from the server where Reports are configured.
Required instance rights:
- Create Folders
- Publish Reports
Thanks in advance