Re: mission impossible: How to protect a Sql Server (with VB.NET) from somebody who as administrator rights?
From: Kevin Spencer (kevin_at_DIESPAMMERSDIEtakempis.com)
Date: 11/03/05
- Previous message: pierre.basson_at_psitek.com: "How to send certificate for client authentication?"
- In reply to: Pieter: "Re: mission impossible: How to protect a Sql Server (with VB.NET) from somebody who as administrator rights?"
- Next in thread: Cowboy \(Gregory A. Beamer\): "Re: mission impossible: How to protect a Sql Server (with VB.NET) from somebody who as administrator rights?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 3 Nov 2005 08:37:35 -0500
SQL Server permissions are incredibly configurable. You don't have to make
people administrators to enable them to perform specific types of tasks. You
can create accounts that have these specific permissions and no other.
-- HTH, Kevin Spencer Microsoft MVP .Net Developer A watched clock never boils. "Pieter" <pietercoucke@hotmail.com> wrote in message news:eSfAs4G4FHA.3292@tk2msftngp13.phx.gbl... > The problem is: the IT staff that must do the maintenance of the SQL > Server really needs the sysadmin... > > "David Portas" <REMOVE_BEFORE_REPLYING_dportas@acm.org> wrote in message > news:1131018930.858186.322060@z14g2000cwz.googlegroups.com... >> You can't protect your data against users with the SYSADMIN role. What >> you should be able to do is deny admin level access to the users. You >> didn't explain why they need that. If it's an issue that they need to >> administer some things and not others then separate off the restricted >> data into another server or instance to which they don't need admin >> level access. >> >> If it's just an issue of them historically having had an admin user >> name and password, then change the user name or password and/or issue >> new user names as appropriate. >> >> -- >> David Portas >> SQL Server MVP >> -- >> > >
- Previous message: pierre.basson_at_psitek.com: "How to send certificate for client authentication?"
- In reply to: Pieter: "Re: mission impossible: How to protect a Sql Server (with VB.NET) from somebody who as administrator rights?"
- Next in thread: Cowboy \(Gregory A. Beamer\): "Re: mission impossible: How to protect a Sql Server (with VB.NET) from somebody who as administrator rights?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|