Forum Replies Created

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

  • RE: execute permissions

    thanks to all.

  • RE: execute permissions

    What is the difference between:

    /* CREATE A NEW ROLE */

    CREATE ROLE db_executor

    /* GRANT EXECUTE TO THE ROLE */

    GRANT EXECUTE TO db_executor

    And

    GRANT SELECT ON SCHEMA::SchemaName TO UserName

    example: GRANT SELECT ON...

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