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?
Comments
1 comment
-
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.
Add comment
Please sign in to leave a comment.