Re: allow CREATE VIEW, DENY WRITE to tables and all other functions... Help
From: Sue Hoegemeier (Sue_H@nomail.please)
Date: 05/31/02
- Next message: Sue Hoegemeier: "Re: SQL Server Security: NT Groups"
- Previous message: Sue Hoegemeier: "Re: Not using SA - Then what?"
- In reply to: Noel: "allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Next in thread: jimmers: "Re: allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Reply: jimmers: "Re: allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Reply: Noel Devost: "Re: allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Sue Hoegemeier <Sue_H@nomail.please> Date: Fri, 31 May 2002 14:24:34 -0600
They wouldn't need to have permissions to update, insert or
delete any referenced tables. They would just need to be
able to select from the referenced tables - and they would
select/execute against any user-defined functions if they
are referenced in the view as well. So you would need to
grant create view and also grant select/execute on any
objects that the views would reference.
-Sue
On Fri, 31 May 2002 16:07:20 -0400, "Noel"
<ndevost@hrsrh.on.ca> wrote:
>I would like to give a user privilege to create views but not be able to
>alter the content of tables or perform any other database functions
>(security, add or drop tables etc)
>
>Please help.
>
>
>
- Next message: Sue Hoegemeier: "Re: SQL Server Security: NT Groups"
- Previous message: Sue Hoegemeier: "Re: Not using SA - Then what?"
- In reply to: Noel: "allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Next in thread: jimmers: "Re: allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Reply: jimmers: "Re: allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Reply: Noel Devost: "Re: allow CREATE VIEW, DENY WRITE to tables and all other functions... Help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|