Re: SQL 2005 express security issue
- From: "Russell Fields" <russellfields@xxxxxxxxxx>
- Date: Fri, 1 Feb 2008 12:07:52 -0500
stm,
A system administrator such as 'sa' or any other login granted the sysadmin
role can read anything on the server. At a remote location where you do not
control the rights granted on the server, there is nothing you can do about
this.
If your application and the remote user log in with accounts that are not
sysadmins then you can protect databases, tables, stored procedures, etc.
However, within a database there are other roles that, if granted, give
sweeping rights. In a database the db_owner role is like a sysadmin for one
database. It can see and do anything in that database.
To understand what is revealed and to whom here is a write-up from SQL 2000:
http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part3/c1061.mspx?mfr=true
There are a few more roles now in 2005 and things are changing some, since
these roles are a concatenation of several rights that can be individually
granted:
http://technet.microsoft.com/en-us/library/ms175892.aspx - fixed server
roles http://technet.microsoft.com/en-us/library/ms189612.aspx - fixed
database roles
RLF
"stm" <stm@xxxxxxx> wrote in message
news:eTjdSHPZIHA.1184@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
We just revamp our application from Access to use SQL Express 2005 as
database engine, which is a standalone application running on client PC.
I'm now simulating the scenario when I deploy the DB to client, how can I
protect the database (or some tables) from being read by them?
Since this application will distribute to client PC, which is out of our
control, so we must choose SQL authentication.
What I got is, when I setup a SQL express in a new machine, and attach the
database I want to protect, login as 'sa', I can read everything inside,
no matter what & how I set.
Is it true that I can't protect database/table in SQL authentication mode?
Please help.
.
- Follow-Ups:
- Re: SQL 2005 express security issue
- From: stm
- Re: SQL 2005 express security issue
- References:
- SQL 2005 express security issue
- From: stm
- SQL 2005 express security issue
- Prev by Date: Re: SQL job schedule modification
- Next by Date: Re: How to implement Windows Authentication?
- Previous by thread: SQL 2005 express security issue
- Next by thread: Re: SQL 2005 express security issue
- Index(es):
Relevant Pages
|