Re: Password protecting database and keeping on a removable media.
From: Mike Epprecht \(SQL MVP\) (mike_at_epprecht.net)
Date: 02/21/05
- Next message: JD: "Quick question on log file sizes"
- Previous message: JD: "Re: Log shipping alerts"
- In reply to: RPK: "RE: Password protecting database and keeping on a removable media."
- Next in thread: RPK: "Re: Password protecting database and keeping on a removable media."
- Reply: RPK: "Re: Password protecting database and keeping on a removable media."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Feb 2005 22:25:20 +0100
Hi
It would be visible if you do a DIR, but you first need to get to the file
system
With EFS, the Certificate present in a specific Active Directory based user
profile gives the user access to the file or directory. Nobody else. You
can't even recover the files if the user looses his/her password.
This is the extreme, but if you want it totally secure, it is the way to go.
There a few articles on EFS on the MS site and a Google search will bring
you a lot too.
This is an OS solution, for an OS problem.
Even if you use the encryption facility in SQL Server 2005, a certificate
needs to be present, so the same rules apply as above.
Regards
--------------------------------
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"RPK" <RPK@discussions.microsoft.com> wrote in message
news:645F8E2A-B475-46A7-B68F-A5D5D03FC055@microsoft.com...
> Mike,
>
> It is a good idea to keep the database on an EFS (NTFS). Can you
illustrate
> more clearly on how a database file located on NTFS partition be secured
so
> that it not easily visible even if someone is able to search the DIR.
>
> "Mike Epprecht (SQL MVP)" wrote:
>
> > Hi
> >
> > The Access encryption protection is easily broken. Tools are freely
> > available on the Internet.
> >
> > SQL Server relies on physical security, plus authentication. If you want
to,
> > put the DB on an NTFS formatted drive with Encrption (EFS).
> >
> > Regards
> > Mike
> >
> > "RPK" wrote:
> >
> > > If I only use 'Password Protection' for my SQL Server Database, is it
> > > sufficient to protect the database? Is the password protection of SQL
Server
> > > 2000 strong enough?
> > >
> > > Why SQL Server 2000 does not possess 'Encrypting Database' feature,
when
> > > they have given this facility in MS Access?
> > >
> > > I am thinking to keep the database on a removable media like Iomega
Zip
> > > Drive so that my client can carry the disk with him, but how it'll
effect the
> > > database performance?
- Next message: JD: "Quick question on log file sizes"
- Previous message: JD: "Re: Log shipping alerts"
- In reply to: RPK: "RE: Password protecting database and keeping on a removable media."
- Next in thread: RPK: "Re: Password protecting database and keeping on a removable media."
- Reply: RPK: "Re: Password protecting database and keeping on a removable media."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|