I'd actually like to go one step beyond granting EXECUTE to a database user. I'd like to restrict that user to ONLY EXECUTE permission. Doing so greatly improves web site security and goes a long way towards eliminating SQL injection hacks.
The only problem is there appears to be no way to set the detailed rights granted to a database user since users with 'ALL' rights do not have GRANT and REVOKE rights.
Any possibility these rights can be granted to database users with "ALL" rights? Or may be a specified "admin" user?
PLEASE?
Thanks in advance...