Grant execute rights on views

  • I have user A who creates views.

    User B has the right to execute those views.

    How can I grant user B the right to execute the views of user A without having to create them manually every time user A creates a new view.

    I'm working on SQL server 2000 with SP 4.

    My gut feeling tells me I'm overlooking something simple.

    Thanks,

    Vera

  • You could give a fixed role like db_datareader but the only issue is that they get Select permission for tables as well.

    -Roy

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

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