SELECT UserName
FROM dbc.AllRights
WHERE DatabaseName = aaa AND TableName = bbb
AND AccessRight = 'PE'
GRANT EXECUTE PROCEDURE ON bbb TO xxxDieter
↧