dbTalk Databases Forums  

how to hide database logic and structure

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss how to hide database logic and structure in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
m
 
Posts: n/a

Default how to hide database logic and structure - 01-24-2011 , 02:04 AM






Hello,

from application owner point of view, there is an issue to protect database
logic and structure from stealing.

I'm pretty sure that was impossible to do (at least not easy to do) on
MSSQL2000 and MSSQL2005, but what about MSSQL2008?

MSSQL2008 has possibilty of transparent encryption backup so backup could be
protected very efficiently, what about database structure and logic,
is it possible to hide it from sql system admin?

Thanks in advance,

Regards

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: how to hide database logic and structure - 01-24-2011 , 02:42 AM






m (web12master (AT) gmail (DOT) com) writes:
Quote:
from application owner point of view, there is an issue to protect
database logic and structure from stealing.

I'm pretty sure that was impossible to do (at least not easy to do) on
MSSQL2000 and MSSQL2005, but what about MSSQL2008?

MSSQL2008 has possibilty of transparent encryption backup so backup
could be protected very efficiently, what about database structure and
logic, is it possible to hide it from sql system admin?
You can never hide anything from a system admin.

The point with TDE is to protect data at rest. If someone manages to get
hold of the database files or database backup without having the encryption
key, he is not able to access the data.

But if the user is able to connect to the server and has permissions enough,
he can also see tables and procedures. And someone on the server needs to
have that protection.

It also worth pointing out that TDE is only available in Enterprise Edition.

The proper way to protect intellectual property is through license
agreements.

The only possible solution from a technical point of view is to host the
application yourself - which of course is an immense investment.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
m
 
Posts: n/a

Default Re: how to hide database logic and structure - 01-24-2011 , 03:13 AM



Thanks for you answer.

Regards

"Erland Sommarskog" <esquel (AT) sommarskog (DOT) se> wrote

Quote:
m (web12master (AT) gmail (DOT) com) writes:
from application owner point of view, there is an issue to protect
database logic and structure from stealing.

I'm pretty sure that was impossible to do (at least not easy to do) on
MSSQL2000 and MSSQL2005, but what about MSSQL2008?

MSSQL2008 has possibilty of transparent encryption backup so backup
could be protected very efficiently, what about database structure and
logic, is it possible to hide it from sql system admin?

You can never hide anything from a system admin.

The point with TDE is to protect data at rest. If someone manages to get
hold of the database files or database backup without having the
encryption
key, he is not able to access the data.

But if the user is able to connect to the server and has permissions
enough,
he can also see tables and procedures. And someone on the server needs to
have that protection.

It also worth pointing out that TDE is only available in Enterprise
Edition.

The proper way to protect intellectual property is through license
agreements.

The only possible solution from a technical point of view is to host the
application yourself - which of course is an immense investment.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.