Re: Urgent:deny all users to access the database on another server
From: Kazim Kargi (kkargi@hotmail.com)
Date: 06/23/02
- Next message: Brad M.: "My own security subsystem"
- Previous message: lindawie: "Re: Urgent:deny all users to access the database on another server"
- In reply to: lindawie: "Re: Urgent:deny all users to access the database on another server"
- Next in thread: Morris Lewis: "Re: Urgent:deny all users to access the database on another server"
- Reply: Morris Lewis: "Re: Urgent:deny all users to access the database on another server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Kazim Kargi" <kkargi@hotmail.com> Date: Sun, 23 Jun 2002 10:07:14 -0700
Thanks Linda
It is so interesting that MS Access database can make
protect schema by using mdw but SQL Server not...
I don't to want use Access but unfortunately i have to :(((
>-----Original Message-----
>Kazim,
>
>> I have an application which uses MSDE. This project will
>> install different places. So my mdf file's schema can be
>> copy by another people. I want to make my schema and all
>> data unreachable. My clients only must use the
application
>> for all on database.
>>
>> I deny all the permissions from public users but dbo has
>> the permissions. When i take the database to another
>> computer which has SQL Server, i can attach database and
>> see all tables, views...
>>
>> What can i do to deny another SQL server's sa,dbo and
>> other all users?
>
>sa is an administrator. You cannot deny the sa access to
>your database. You can encrypt stored procedures and
triggers,
>but you cannot encrypt or hide the schema. There is really
>no harm in having administrators look at your schema,
anyway.
>
>If you are concerned about unauthorized changes, write
>a clause into your license agreement stating that the
schema
>cannot be changed and data can only be modified through
>the application.
>
>Linda
>
>
>
>
>.
>
- Next message: Brad M.: "My own security subsystem"
- Previous message: lindawie: "Re: Urgent:deny all users to access the database on another server"
- In reply to: lindawie: "Re: Urgent:deny all users to access the database on another server"
- Next in thread: Morris Lewis: "Re: Urgent:deny all users to access the database on another server"
- Reply: Morris Lewis: "Re: Urgent:deny all users to access the database on another server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|