Execute stored procedure

  • Is the role on database just to execute stored procedured?

    Thank you

  • No. You want such a role, you'll have to create it yourself.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • You can grant execute permissions on a schema to users or roles which would include all of the stored procedures and functions in the schema.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply