Re: SQL sp execute perimmsion
- From: "Rotsey" <malcolm_smith@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 16:10:17 +1000
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?
"Ignacio Machin ( .NET/ C# MVP )" <machin TA laceupsolutions.com> wrote in
message news:%23dKPJTx6HHA.1164@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
"Rotsey" <malcolm_smith@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:OhOmsqr6HHA.2632@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I have a .Net 2.0 windows app that connects to a SQL Express
DB.
I have 2 Clients using it fine. It accesses stored procs to
update data.
The clients use integrated security.
data source='SQLSERVER\SQLEXPRESS';initial catalog=tbrPData;integrated
security=SSPI
The problem is on the third client I get
Exsecute perimission denied on sp message.
It also uses integrated security.
How do I find out what user this client is accessing the DB with???
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?
.
- Follow-Ups:
- Re: SQL sp execute perimmsion
- From: Alberto Poblacion
- Re: SQL sp execute perimmsion
- References:
- SQL sp execute perimmsion
- From: Rotsey
- Re: SQL sp execute perimmsion
- From: Ignacio Machin \( .NET/ C# MVP \)
- SQL sp execute perimmsion
- Prev by Date: Re: properly disposing of filestream
- Next by Date: Re: Oppinion wanted
- Previous by thread: Re: SQL sp execute perimmsion
- Next by thread: Re: SQL sp execute perimmsion
- Index(es):
Relevant Pages
|