Hi All
I would like to run a job that checks for any stored procedures without
PUBLIC access and grant them public access. What would be the best way to d
o
this and which tables/sp do i have to use? Thank you in advance.If you are using SQL Server 2005 you can do that easily with only this
command:
grant execute on database::mydb to public
Ben Nevarez, MCDBA, OCP
Database Administrator
"Baldy" wrote:
> Hi All
> I would like to run a job that checks for any stored procedures without
> PUBLIC access and grant them public access. What would be the best way to
do
> this and which tables/sp do i have to use? Thank you in advance.
Showing posts with label withoutpublic. Show all posts
Showing posts with label withoutpublic. Show all posts
Friday, March 9, 2012
Permissions
Labels:
access,
alli,
checks,
database,
grant,
job,
microsoft,
mysql,
oracle,
permissions,
procedures,
public,
run,
server,
sql,
stored,
withoutpublic
Subscribe to:
Posts (Atom)