Create a custom role for BDNA and BDNA_PUBLISH
If you don’t want to use the built-in dbo_role, a custom role with the following permissions can be created. To do this, the new role must be created in both the BDNA and BDNA_PUBLISH databases with the following SQL: CREATE ROLE [FlexeraRole]; GO ...