Re: Check if user is a NT Group
From: Russell Fields (rlfields@sprynet.com)
Date: 08/30/02
- Next message: Andrew J. Kelly: "Re: Date of stored procedure last altered"
- Previous message: [MS] Hai-Wei Xu: "RE: permission to review jobs and settings"
- In reply to: John: "Check if user is a NT Group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Russell Fields" <rlfields@sprynet.com> Date: Fri, 30 Aug 2002 08:11:13 -0400
Depending on the SQL Server version you are running, there are a couple of
useful commands:
IS_MEMBER
IS_SRVROLEMEMBER
Check these out.
Russell Fields
"John" <john_w_john2001NOSPAMNOSPAM@yahoo.com> wrote in message
news:OymHrb#TCHA.2516@tkmsftngp10...
> How do I check if a user is a group on the local machine?
>
> I have SQLServer running on machine A. I am able to add users from the
> DOMAIN (including groups). If I query syslogins it show me the groups as
> "DOMAIN_NAME\GROUP" and the flag "isntgroup" is 1.But if I add a local
group
> (those that exist on machine A), these dont show up as ntgroups....any
idea
> how to find this out?
>
> Thanks in advance,
>
>
>
- Next message: Andrew J. Kelly: "Re: Date of stored procedure last altered"
- Previous message: [MS] Hai-Wei Xu: "RE: permission to review jobs and settings"
- In reply to: John: "Check if user is a NT Group"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|