granting non sysadmin user pause/resume permission on mirroring

  • hi,

    Did someone know if it is possible to grant a non sysadmin user permission to pause & resume mirroring ?

    regards

    eric

    FYI the following can only grant me "view" access

    USE [msdb]

    GO

    EXEC sp_addrolemember N'dbm_monitor', N'MyNonSysadminuser'


    Kindest Regards,

    egpotus DBA

  • I think the ALTER DATABASE right will be enough; they'll be able to do a lot more than just pause/resume mirroring though!

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply