ssis - what are the minimum permissions required to restore a SQL Server database, add a user and grant it db_reader -
i've got control-m process takes backup of s sql database , restores using ssis.
i need add db user , grant db_reader access. user has sql authenticated login.
i have granted control-m dbcreator rights restore database can't think of specific permissions can grant allow create db user. what's best way without granting sysadmin.
thanks martin
you shouldn't need additional permissions beyond dbcreator.
when restore database, should automatically have db_owner rights database.
db_owner allow create user , attach pre-existing server login.