Re: Deny access to all users (including Administrator and DomainAdmins) except SA?
- From: "Uri Dimant" <urid@xxxxxxxxxxx>
- Date: Sun, 12 Feb 2006 12:01:26 +0200
Hi
Which vesrion of SQL Server you are using?
In SQL Server 2005 you can try DENY CONNECT TO...... or DENY VIEW DEFINITION
(For more details please refer to the bol)
SQL Server 2000
Remove everyone that you don't want rom an Administrator Groups
http://vyaskn.tripod.com/sql_server_security_best_practices.htm --------security
best practices
"Pradeep Pamidi" <pamidipradeep@xxxxxxxxxxx> wrote in message
news:%23dutfEoLGHA.1124@xxxxxxxxxxxxxxxxxxxxxxx
How can I ensure that databases in a SQL Server instance are accessible
(and manageable) ONLY through SA account or other accounts created by SA.
The Administrator or DomainAdmins of the box must be denied access to the
DB.
Real life scenario: We ship SQL Server DB along with our product. The DB
contains confidential/IP information and hence must not be accessible to
anyone except from the application layer (which maintains the required
credentials). MS Access DBs have a database password that could restrict
access to the DB. How do we achieve it in SQL?
Thank You,
PRadeep
.
- Follow-Ups:
- Re: Deny access to all users (including Administrator and DomainAdmins) except SA?
- From: Pradeep Pamidi
- Re: Deny access to all users (including Administrator and DomainAdmins) except SA?
- References:
- Deny access to all users (including Administrator and DomainAdmins) except SA?
- From: Pradeep Pamidi
- Deny access to all users (including Administrator and DomainAdmins) except SA?
- Prev by Date: Re: Patching 64-bit SQL Server versions
- Next by Date: Re: Managing SQL database rights using AD
- Previous by thread: Deny access to all users (including Administrator and DomainAdmins) except SA?
- Next by thread: Re: Deny access to all users (including Administrator and DomainAdmins) except SA?
- Index(es):
Relevant Pages
|
|