Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

grant

Status
Not open for further replies.

cmsbuffet

Programmer
Feb 3, 2009
173
CA
How do I grant execute to the read only user? How does read only user show in the command?

Code:
 grant privileges to ....
 
So the code below is OK?

Code:
Drop Procedure A
go
Create Procedure A
go
Grant Execute ON A to READONLYUSER
go

And

Code:
Drop Function A
go
Create Function A
go
Grant Execute ON A to READONLYUSER
go
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top