DBA privileges on sys tables. -
08-16-2011
, 01:19 PM
Hello,
I am trying to formulate a script to change some permissions on
SYSUSERPERM.
I login as DBA, and run the following command:
update SYSUSERPERM
set dbaauth = 'T'
where user_id = 104
I receive a 'Permission denied: you do not have permission to update
SYSUSERPERM.
However, if I perform the privilege change directly through the Sybase
frontend, the system allows me(dba) to perform the change.
Any ideas? |