August 6, 2012 at 8:15 am
Hello,
What access I can give to user to execute stored procedure?
Thank you
August 6, 2012 at 8:18 am
If all they need is execute to a single procedure. Grant connect to the database and grant execute to the specific stored procedure.
August 6, 2012 at 8:20 am
He needs to execute more than one
August 6, 2012 at 8:51 am
Krasavita (8/6/2012)
He needs to execute more than one
So the solution is:
Grant connect to the database and grant execute to the specific stored procedure
Add an "s" to the last word in the previous post.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
August 6, 2012 at 8:54 am
Thank you
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply