Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to get all privillèges affected to a user!

Status
Not open for further replies.

la46

Programmer
Mar 15, 2004
26
MA
hello,
any help about how to get the privileges affected to a user
(select on tables, delete update...etc)
 
A starting point (SQL code):
SELECT A.grantee,T.tabname,A.tabauth
FROM systables T,systabauth A
WHERE A.tabid=T.tabid AND grantee='UserNameHere'

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Thanks PHV,
i didn't understand :
table_name su-id---
But now, i think
- s: for select
- u: for update
- d: for delete
- i: for insert

thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top