• I did, and here is the question again with emphasis added.

    "You are testing an application role in SQL Server 2005. You connect with SSMS, invoke the role, and then execute various queries and stored procedures. What can you do to return to your normal account permissions? (select all that apply)"

    It clearly states that the approle is invoked, this means you had to use the sp_setapprole to invoke the role for testing. Maybe the question could have been clearer if written as such:

    "You are testing an application role in SQL Server 2005. You connect with SSMS, invoke the role using sp_setapprole, and then execute various queries and stored procedures. What can you do to return to your normal account permissions? (select all that apply)"

    Sometimes you do have to read between the lines.

    😎