The previous description for who could use sp_recompile was not clear. Replace the text for the Permissions section of the sp_recompile reference page with the following, which more clearly defines who can use this stored procedure:
Only the Database Owner or a System Administrator can use the setuser command to assume another database user’s identity to recompile objects owned by other users. All users can execute sp_recompile to recompile their own objects.