I have created a stored procedure that executes system stored procedures.
The permissions to execute system stored procedures (sp_addlogin, sp_adduser) are
governed by the fixed database roles, and fixed server roles. We cannot manage
these permissions for each and every database user. Is there a way to make the
permissions to execute these statements controlled by the owner of the
procedure? Or is there any other way around this problem?
EX:
AS
BEGIN
END