Re: Block Admin access to my data
From: Dan Guzman (danguzman@nospam-earthlink.net)
Date: 07/26/02
- Next message: Richard Buchsbaum: "Re: Inexplicable security lapse?"
- Previous message: Dan Guzman: "Re: Permission to Insert records for DB USERS"
- In reply to: Mike: "Re: Block Admin access to my data"
- Next in thread: Lan Lewis-Bevan [MS]: "RE: Block Admin access to my data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Dan Guzman" <danguzman@nospam-earthlink.net> Date: Fri, 26 Jul 2002 08:00:16 -0500
Sysadmin always has full control over all databases so you can't prevent
sysadmin access. If you are concerned about protecting your
intellectual property, I suggest your application include a binding
legal agreement which states what is not allowed, such as reverse
engineering. Basically, use the same technique that protects your code.
Hope this helps.
Dan Guzman
SQL Server MVP
-----------------------
SQL FAQ links (courtesy Neil Pike):
http://www.ntfaq.com/Articles/Index.cfm?DepartmentID=800
http://www.sqlserverfaq.com
http://www.mssqlserver.com/faq
-----------------------
"Mike" <mmcpheat@pdsint.com.au> wrote in message
news:xm709.6321$Cq.276409@ozemail.com.au...
> I have an application that I install on client's systems. I was
hoping to
> lock tham out of my database unless using a specific login. Since it
is on
> client system I have no control of SQL Server Administrator
privileges.
>
> I was hoping that I could create a login - then create my database
with that
> login or set the owner of my database to that login - then remove
privileges
> from administrator accounts to perform writes to my database. Even
better
> would be restriction of viewing data and schema information.
>
> I would like to lock down all administrator access on my database to
my
> login.
>
> Mike
>
- Next message: Richard Buchsbaum: "Re: Inexplicable security lapse?"
- Previous message: Dan Guzman: "Re: Permission to Insert records for DB USERS"
- In reply to: Mike: "Re: Block Admin access to my data"
- Next in thread: Lan Lewis-Bevan [MS]: "RE: Block Admin access to my data"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|