Showing posts with label encryption. Show all posts
Showing posts with label encryption. Show all posts

Friday, March 30, 2012

MSDE and Hard Disk Encryption

Does anyone know or have run MSDE on an encrypted hard disk ? I can't
find much about Microsoft's support of this, I know they support
encrypting the MDF's with EFS, but what about products that encrypt
the entire hard disk, specifically PC Guardian or PGPDisk ?
Anyone have experience with this ?
thanks
bob
"Bob Horkay" <bob@.lifeasbob.com> wrote in message
news:e310ee8f.0406180908.66c05525@.posting.google.c om...
> Does anyone know or have run MSDE on an encrypted hard disk ? I can't
> find much about Microsoft's support of this, I know they support
> encrypting the MDF's with EFS, but what about products that encrypt
> the entire hard disk, specifically PC Guardian or PGPDisk ?
> Anyone have experience with this ?
I've run MSDE on a disk that was encrypted by PC Guardian. It works.
Steve

Wednesday, March 28, 2012

MSDE 2005 encryption

I have been given my first database project that requires data encryption.
[We'll be storing SSN's, CCN's, etc.] I have SQL Server 2000 and MSDE 2
005
as my choice of databases. The project is small enough that MSDE would work
.
My question is does MSDE 2005 have the encryption capabilities of SQL Server
2005 and are those capabilities sufficient to meet Federal regulations for
data security?
Since the project is a small one, is MSDE 2005 a better choice than SQL
Server 2000 with a third party encryption tool, since the SQL Server 2000
that I'd use is hosted by my Hosting company on a shared SQL Server?
Thank you
--
Johnhi,
jhcope wrote:
> I have been given my first database project that requires data
> encryption. [We'll be storing SSN's, CCN's, etc.] I have SQL Server
> 2000 and MSDE 2005 as my choice of databases. The project is small
> enough that MSDE would work. My question is does MSDE 2005 have the
> encryption capabilities of SQL Server 2005 and are those capabilities
> sufficient to meet Federal regulations for data security?
SQLExpress supports the full set of encryption as the full SQL Server 2005
editions..

> Since the project is a small one, is MSDE 2005 a better choice than
> SQL Server 2000 with a third party encryption tool, since the SQL
> Server 2000 that I'd use is hosted by my Hosting company on a shared
> SQL Server?
...
unfortunately I'm not able to solve this dilemma...
your policies and/or standards should be evaluated... SQLExpress can be an
optimal solution, but lacks some features that could be required, such as
SQL Server Agent, Database Mail, DTS/SISS features and the like... or the
new Service Broker related features as well... you have to balance all your
requirements and the supported features...
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.bizhttp://italy.mvps.org
DbaMgr2k ver 0.19.0 - DbaMgr ver 0.63.0 and further SQL Tools
-- remove DMO to reply|||SQL Server Express does include Service Broker, but there are some licensing
limitations to its use.
Dan

> hi,
> jhcope wrote:
> SQLExpress supports the full set of encryption as the full SQL Server
> 2005 editions..
>
> ...
> unfortunately I'm not able to solve this dilemma...
> your policies and/or standards should be evaluated... SQLExpress can
> be an
> optimal solution, but lacks some features that could be required, such
> as
> SQL Server Agent, Database Mail, DTS/SISS features and the like... or
> the
> new Service Broker related features as well... you have to balance all
> your
> requirements and the supported features...|||hi Dan,
Dan Sullivan wrote:
> SQL Server Express does include Service Broker, but there are some
> licensing limitations to its use.
yes, the limitations make the Service Broker quite "useless" for inter-SQLX
scenarios as a full SQL Server licensed edition is normally required...
--
Andrea Montanari (Microsoft MVP - SQL Server)
http://www.asql.bizhttp://italy.mvps.org
DbaMgr2k ver 0.19.0 - DbaMgr ver 0.63.0 and further SQL Tools
-- remove DMO to reply