Comments
Sort by recent activity
Thanks Robert. That was close but I also had to grant execute permission on another one. Here are both commands that solved my problem:
GRANT EXECUTE ON sys.xp_qv TO [login]
GRANT EXECUTE ON sys.xp_instance_regread TO [login] / comments
Thanks Robert. That was close but I also had to grant execute permission on another one. Here are both commands that solved my problem:
GRANT EXECUTE ON sys.xp_qv TO [login]
GRANT EXECUTE ON sys.xp...