Hi There,
is it possible find all users in a sql server group, I'm not administrator,
I can use query analyser to run scripts that's it.
Thanks
GaneshUse sp_helpgroup system procedure, for instance:
EXEC sp_helpgroup 'db_owner'
Anith
Showing posts with label analyser. Show all posts
Showing posts with label analyser. Show all posts
Subscribe to:
Posts (Atom)