Re: SQL Server role members
From: Baisong Wei[MSFT] (v-baiwei_at_online.microsoft.com)
Date: 04/16/04
- Next message: muddtrav: "Stored procedure loses permissions daily"
- Previous message: Geoff N. Hiten: "Re: Counting number of IO Accesses per DB"
- In reply to: Jakob Bengtsson: "Re: SQL Server role members"
- Next in thread: Jakob Bengtsson: "Re: SQL Server role members"
- Reply: Jakob Bengtsson: "Re: SQL Server role members"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 16 Apr 2004 14:55:32 GMT
Hi Jakob,
Thanks for you update. One thing I should confirm is that, the user you
login into your system and run the is_member() should NOT be the system
administrator of the SQL Server, that is, it should not belong to the
sysadmin server role.
Also, could you please provide the following information:
use master
go
select * from syslogins
select * from sysxlogins
use pubs
go
select * from sysmembers
select * from sysusers
exec sp_helprolemember
exec sp_helpuser
Looking forward to your reply. Thanks.
Best regards
Baisong Wei
Microsoft Online Support
----------------------------------------------------
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
Please reply to newsgroups only. Thanks.
- Next message: muddtrav: "Stored procedure loses permissions daily"
- Previous message: Geoff N. Hiten: "Re: Counting number of IO Accesses per DB"
- In reply to: Jakob Bengtsson: "Re: SQL Server role members"
- Next in thread: Jakob Bengtsson: "Re: SQL Server role members"
- Reply: Jakob Bengtsson: "Re: SQL Server role members"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|