Hi,
Did you check dbc.allrights table?
SELECT UserName FROM dbc.AllRights
WHERE DatabaseName ='yourdb...' AND TableName ='....'
AND AccessRight = '..'
GRANT create ,....EXECUTE,.... PROCEDURE ON '....' TO xxx
Once you get into dbc.allrights, it will answer many questions for permissions.
Views, Macros and Triggers don't require Perm space.
Cheers,
Raja
Hi,
Did you check dbc.allrights table?
SELECT UserName FROM dbc.AllRights
WHERE DatabaseName ='yourdb...' AND TableName ='....'
AND AccessRight = '..'
GRANT create ,....EXECUTE,.... PROCEDURE ON '....' TO xxx
Once you get into dbc.allrights, it will answer many questions for permissions.
Views, Macros and Triggers don't require Perm space.
Cheers,
Raja