Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Find all users and roles

Author  Topic 

nomadsoul
Yak Posting Veteran

89 Posts

Posted - 2006-12-10 : 02:24:32
I'm a bit new to the Admin scene but I did this:
SELECT * FROM sysusers
which of course gave me the results from my sysusers table perfectly.
So I looked for this table and could not find it. Where is it?
Thanks.
Using 2005 Express


It is better to be prepared and not have an opportunity than to not be prepared and have an opportunity

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2006-12-10 : 03:43:45
quote:
So I looked for this table and could not find it. Where is it?


That is because it is not actually a table...it's a system view defined in the master database.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page

nomadsoul
Yak Posting Veteran

89 Posts

Posted - 2006-12-12 : 11:23:39
Thanks, sorry to reply so late. I value your help

It is better to be prepared and not have an opportunity than to not be prepared and have an opportunity
Go to Top of Page
   

- Advertisement -