How can we help you today? How can we help you today?

What database permissions does a user need to execute the code coverage report

What permissions do I need to give users to allow them to run the SQL Cover part of SQL Test when they are executing their unit tests?
alexpi1
0

Comments

1 comment

  • Rob C
    SQL Cover uses extended events so I would guess that you would need the ALTER ANY EVENT SESSION permission in order to create/drop the event session and then start/stop the trace. SQL Cover doesn't list the minimum permissions so it might be a case of trial and error.
    Rob C
    0

Add comment

Please sign in to leave a comment.