June 5, 2003 at 2:07 pm
Hi
Is there a way to find out object level permissions for each db on a server? I mean what users/groups have permission to what views/procs/tables?
Thanks
June 5, 2003 at 4:28 pm
You could use SQL DMO.
Nigel Moore
======================
June 5, 2003 at 7:46 pm
sp_helprotect
Returns a report with information about user permissions for an object, or statement permissions, in the current database.
June 6, 2003 at 7:20 am
Hi
Thanks.
I don't know anything about SQL DMO, how do I use that?
The procedure worked great; but now how can I find out what users are assigned to a group?
Thanks
June 6, 2003 at 7:36 am
quote:
how can I find out what users are assigned to a group?
Are you talking about server/database roles? If you are, use sp_sp_helprolemember, sp_helpsrvrolemember.
If you want to know who is in NT group, ask your NT administrators.
June 6, 2003 at 7:39 am
If you are running sql 2000 enterprise manager, you can find out who is in an nt group via EM
go to add a new login.
click on the ... next to the name
find your group, and press the members button
Regards
Steven
June 6, 2003 at 7:50 am
Howdy
Thanks everyone. Great tips, I appreceate all the help.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply