RE: How can I tell if a user has EXEC permission for a stored procedur
From: Mark Allison (marka_at_no.tinned.meat.mvps.org)
Date: 05/12/05
- Previous message: Mark Allison: "RE: How can I audit when a Trigger is disabled???"
- In reply to: Hal Heinrich: "How can I tell if a user has EXEC permission for a stored procedur"
- Next in thread: Hal Heinrich: "RE: How can I tell if a user has EXEC permission for a stored proc"
- Reply: Hal Heinrich: "RE: How can I tell if a user has EXEC permission for a stored proc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 12 May 2005 09:02:04 -0700
Hal
Have a look at the sysprotects table - all the info you need is in there. If
you need help with the query, post back.
-- Mark Allison, SQL Server MVP http://www.markallison.co.uk Looking for a SQL Server replication book? http://www.nwsu.com/0974973602m.html "Hal Heinrich" wrote: > Given a user-name and a stored procedure name, can someone provide me with > the TSQL code to set a boolean indicating whether that user has EXEC > permission to that proc? > > The specific proc I'm interested in is xp_loginconfig. > > Thanks in advance for your help, > Hal Heinrich > VP Technology > Aralan Solutions Inc.
- Previous message: Mark Allison: "RE: How can I audit when a Trigger is disabled???"
- In reply to: Hal Heinrich: "How can I tell if a user has EXEC permission for a stored procedur"
- Next in thread: Hal Heinrich: "RE: How can I tell if a user has EXEC permission for a stored proc"
- Reply: Hal Heinrich: "RE: How can I tell if a user has EXEC permission for a stored proc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|