Re: system tables security
From: Stephanie (stephaniebelding@hotmail.com)
Date: 01/08/03
- Next message: Aurel: "Multiple accounts..."
- Previous message: Mandar Naik: "Re: system tables security"
- In reply to: Mandar Naik: "Re: system tables security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Stephanie" <stephaniebelding@hotmail.com> Date: Tue, 7 Jan 2003 22:58:39 -0800
Think I'm just a bit confused/paranoid; cause if I go to
EM and look at the Database User Properties Permission for
Database User: dbo, and 'List only objects with
permissions for this user' the Owner dbo has Select,
Insert, Update, Delete and DRI permission,,
I checked the Server Properties Under Server behavior, and
the Allow modifications to be made directly to the system
catalogs check box is clear.
Why I'm concerned is that 5 powerbuilder catalog tables
have been added to the master db and I'm not sure exactly
how this was done, the developer has deleted them from the
database and wants them restored...
>-----Original Message-----
>Hi Stephanie,
>
> When it comes to system tables, SQL Server by default
does not allow
>direct updates to these tables anyway, even for a
sysadmin user.
>
>You need to turn on sp_configure 'allow updates',1 to
allow updates to
>system tables. Execute permisions for the sp_configure
stored procedure
>without any parameters is available to all users, but to
execute this with
>any parameters requires the user to be a part of the
sysadmin or serveradmin
>role. So, you don't really have to worry about DBO
permission users being
>able to modify these.
>
>HTH,
>Mandar
>
>"stephanie" <stephaniebelding@hotmail.com> wrote in
message
>news:16e701c2b6d8$36f60840$8ef82ecf@TK2MSFTNGXA04...
>> How do I make sure that users can not directly modify
any
>> of the system tables?? I'm worried that for certain
>> developers who I give dbo permissions to selected
>> development databases can modify system tables,, what's
>> the best preventive practice to make sure modifications
>> are not a possibility..
>>
>> Thanks..
>> Steph
>
>
>.
>
- Next message: Aurel: "Multiple accounts..."
- Previous message: Mandar Naik: "Re: system tables security"
- In reply to: Mandar Naik: "Re: system tables security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|