Security

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

How would I prevent someone from dumping a SQL database with a hex dump
utility from seeing ASCII strings, like names and address? Is there some
means to have the database encrypt the data it stores?

Any feed back would be appreciated.
 
By default users can't get to the mdf files unless a system
administrator has gone in and granted permissions on the file share.
So if you haven't done anything stupid like that, you shouldn't need
to worry about it.

-- Mary
MCW Technologies
http://www.mcwtech.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top