well it must be a windows group because the other clients
work fine
So how do I find out what windows group there are??
In the activity monitor it show the individual users like this
Lester/Marlene
Lester/Bayu
Lester/Suzanne
Lester/RebeccaC
But I have not setup permissions for them to my sp.
I had to explicitly add execute permissions to Lester/RebeccaC
but not the others??
So how do they work?
> Hi,
>
[quoted text clipped - 21 lines]
> Install the management studio, there you will have a profiler that shows
> you the actions in the DB, What kind of security you have in your DB?
Alberto Poblacion - 31 Aug 2007 08:57 GMT
> well it must be a windows group because the other clients
> work fine
[quoted text clipped - 11 lines]
> I had to explicitly add execute permissions to Lester/RebeccaC
> but not the others??
This means that the other users were already members of a Windows Group
that was mapped to a Sql Server login with adequate permissions, while
RebeccaC wasn't. The easiest way that this could have happened would be that
the three first users were Administrators, which the default configuration
of Sql Server maps to dbo in every database.
You can examine the Logins in Sql Server to see if any Windows Group
other than Administrators has been granted a Login. If you find such a
group, you can then go back to Windows to see which users are members of
that group.