HighTechTalks DotNet Forums  

Help on Data Security choice ?

Dotnet Security microsoft.public.dotnet.security


Discuss Help on Data Security choice ? in the Dotnet Security forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
serge calderara
 
Posts: n/a

Default Help on Data Security choice ? - 03-04-2005 , 07:49 AM






Dear all,

I need to make a strategic decision on an application where data security is
important. Collected data must be stored in a database and I need to create
an
application using vb.NET to collect those data and store them in that
database.

The problem is that data in that database is the know how of my company so
they need to be protected from not beeing copied, duplicated, exported..

First I was thinking to store the data in an access database located on a
file server with NTFS permision. But then anyone can copie the file to
another place even with a readonly attribute right ?

Then I was thinking of an SQL database, where it is a little bit harder to
copy database localy and you have to pass the server security and the
database security.

Depending of that choice, will I ahve to go to Windows APP or Web App to
keep in my this security point ?

What is the proper choice ?

thnaks for your help
Regards
Serge


Reply With Quote
  #2  
Old   
Richard Welch
 
Posts: n/a

Default Re: Help on Data Security choice ? - 03-04-2005 , 09:34 PM






Serge,
If you try to copy a SQL .DBF and .LDF while the file is in use you will
get an error, the file would be in use by your SLQ server. As long as your
server is up and running you can not copy the SQL files. Assuming you only
let someone with admistrative rights start and stop the SQL service, your
data is quite secure.
Rick
"serge calderara" <sergecalderara (AT) discussions (DOT) microsoft.com> wrote in
message news:135A9FD5-227B-4A87-ACB8-D1152D7860CA (AT) microsoft (DOT) com...
Quote:
Dear all,

I need to make a strategic decision on an application where data security
is
important. Collected data must be stored in a database and I need to
create
an
application using vb.NET to collect those data and store them in that
database.

The problem is that data in that database is the know how of my company so
they need to be protected from not beeing copied, duplicated, exported..

First I was thinking to store the data in an access database located on a
file server with NTFS permision. But then anyone can copie the file to
another place even with a readonly attribute right ?

Then I was thinking of an SQL database, where it is a little bit harder to
copy database localy and you have to pass the server security and the
database security.

Depending of that choice, will I ahve to go to Windows APP or Web App to
keep in my this security point ?

What is the proper choice ?

thnaks for your help
Regards
Serge




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.