Re: User with privilege on a stored procedure in SQL Server 2000 / 200
- From: "Marina Levit [MVP]" <someone@xxxxxxxxxx>
- Date: Fri, 12 May 2006 14:07:56 -0400
When you execute the stored procedure you don't need to do anything. Since
you will be logging in as that particular user in the connection string,
that will automatically enforce all the rights set up for that user.
"ss" <ss@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:517AD58E-97C7-49D3-B65A-75391B163472@xxxxxxxxxxxxxxxx
How do i create a strored procedure where a perticular user only should
have
the permission to execute?
To execute that stored procedure in the client application, how do i
specify
my privileges in the ADO.NET which i will be using in ASP.NET web
application?
Can anybody show one simple example?
bye
Thanks,
ss
.
- Follow-Ups:
- Re: User with privilege on a stored procedure in SQL Server 2000 / 200
- From: Cor Ligthert [MVP]
- Re: User with privilege on a stored procedure in SQL Server 2000 / 200
- Prev by Date: count of records in recordset
- Next by Date: Re: count of records in recordset
- Previous by thread: count of records in recordset
- Next by thread: Re: User with privilege on a stored procedure in SQL Server 2000 / 200
- Index(es):
Relevant Pages
|