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 2005 Forums
 SQL Server Administration (2005)
 sysuer table

Author  Topic 

heliang
Starting Member

38 Posts

Posted - 2008-12-12 : 10:29:34
this is something new in SQL2005. I have a standard user who can not see other standard users in sysuser table. (it used to be able to see all users in sysuser table) This new change is creating a problem for us. Could you please help me fix this?

Thanks.

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-12-12 : 10:31:06
Can you explain clearly so you get answer fast?
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-12-12 : 10:32:09
do you mean he doesnt have access to table sysusers?
Go to Top of Page

X002548
Not Just a Number

15586 Posts

Posted - 2008-12-12 : 10:45:34
what's a "Standard" user?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam



Go to Top of Page

heliang
Starting Member

38 Posts

Posted - 2008-12-12 : 16:01:23
I have several standard users A, B, C, ....(not sysadmin). If I login as A and run "select * from sysuser" I only can see user A in this sysuser table. but in SQL2000, I can see all other users as well.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2008-12-12 : 16:14:22
That's a new security feature. If you want them to see more rows, then you'll need to provide more access. Check out "VIEW DEFINITION" in BOL for details.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -