Re: Securing Data Tables from unauthorized viewing.
- From: Erland Sommarskog <esquel@xxxxxxxxxxxxx>
- Date: Fri, 22 Feb 2008 15:02:13 -0800
ISM (ISM@xxxxxxxxxxxxxxxxxxxxxxxxx) writes:
Is there any way to secure data tables in a SQL database from viewing by
an external program. We don't want the structure of our database be
avilable for viewing and possible reverse engineering of our
application. Thanks.
There is no way to hide the metadata for a user with sysadmin access.
You can use WITH ENCRYPTION to obfusticate your stored procedures, but
anyone who wants to crack it, will.
The general recommendation is to use licenses to control your
intellectual property.
--
Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
.
- Prev by Date: Re: encrypted value storage
- Next by Date: Re: Securing Data Tables from unauthorized viewing.
- Previous by thread: encrypted value storage
- Next by thread: Re: Securing Data Tables from unauthorized viewing.
- Index(es):
Relevant Pages
|