Re: Permission settings for views to be created



Tom
Do I really have to specifically set permissions for every table and
view and not just specify a default setting for all views and table in
a database?

You can GRANT SELECT ... on database level , take a look at GRANT topic in
the BOL

"Tom" <tom.kostiainen@xxxxxxxxxxxxx> wrote in message
news:1163403167.187392.286270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Using a schema I can deny or grant permissions to use the alter
command, but not specifically grant alter for any view (existing or to
be created) AND deny alter for any table. I can only either grant or
deny alter, right?

Do I really have to specifically set permissions for every table and
view and not just specify a default setting for all views and table in
a database?


Uri Dimant wrote:
Tom
GRANT SELECT on SCHENA ........ GRANT SELECT on VIEW ..... . (See
details
in the BOL) .
Do the users have SSMS installed on their workstations?


"Tom" <tom.kostiainen@xxxxxxxxxxxxx> wrote in message
news:1163166994.843815.142270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Hi,

I'm a beginner when it comes to SQL Server 2005 and user permissions.

I'm wondering, how do I set the default rights for views yet to be
created? I've only find a way to configure the already existing views.

Br,
Tom




.



Relevant Pages

  • Re: No db access after publishing web site
    ... GRANT UPDATE TO ... If I detach and attach this database on a different PC (according that PC ... Cannot open database "pago" requested by the login. ... Are you detaching/attaching the SQL Server Express database correctly ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: oracle XE impdp.exe problem
    ... I did my own - ora. ... I created new tablespace and user xxx as: ... GRANT UNLIMITED TABLESPACE TO xxx; ... when i create new database i have this strange error. ...
    (comp.databases.oracle.server)
  • RE: all operation not work (insert delete update) / maybepermissionproblem
    ... The database server cannot find a table or view specified in the statement. ... trying to grant USAGE privileges on a user-defined type. ... Betreff: Re: all operation not work / maybe permissionproblem ... I called this command just you are told me: onstat -g sql and I got the following: ...
    (comp.databases.informix)
  • Re: all operation not work (insert delete update) / maybepermissionproblem
    ... The database server cannot find a table or view specified in the statement. ... trying to grant USAGE privileges on a user-defined type. ... Betreff: Re: all operation not work / maybe permissionproblem ... I called this command just you are told me: onstat -g sql and I got the following: ...
    (comp.databases.informix)
  • Re: Simple SQL Security Question From SQL Newbie
    ... >exec sp_grantdbaccess 'WIN2K\ASPNET' ... >VS.NET, I can use the server explorer and I can see the database, it's ... >login 'WebCalendar'. ... I also did a GRANT ALL on y2003 TO ASPNET ...
    (microsoft.public.sqlserver.security)