Re: How to Encrypt a SQL Server 2000 Database
From: Steve Thompson (stevethompson_at_nomail.please)
Date: 07/22/04
- Next message: Kevin McDonnell [MSFT]: "RE: SQL Server & SSL & Fully Qualified Domain Name"
- Previous message: Steve Thompson: "Re: import user list"
- In reply to: Kaustav: "How to Encrypt a SQL Server 2000 Database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 22 Jul 2004 14:27:52 -0400
"Kaustav" <Kaustav@discussions.microsoft.com> wrote in message
news:E805034F-39E2-433C-A171-818B1D30C95C@microsoft.com...
> I am looking for some hint and help on how to go about encrypting a SQL
Server 2000 Database. So far I have looked into the possibility of
encrypting data in tables using my custom functions, however this process
seems pretty slow and resource intensive. Ideally I would want a solution
where in the whole DB can be encrypted so that I don't have to make any
changes to my stored procedures, functions etc.
You can use EFS, just be sure to encrypt the mdf & ldf files under the
credentials (logged in as) the account running MSSQLServer service. Also,
you'd need to use the same account to decrypt the files.
> In case someone manages to login to EM or Query Analyzer, would he be able
to access data or modify stored procedures in such a scenario. Also would he
be able to restore the DB from a backup copy and misuse it ?
You can properly secure SQL Server, use Windows Authentication, so you can
"lock down" who gets and does not get access. Here's a starting point with
one good link to the security white paper:
http://www.microsoft.com/sql/techinfo/administration/2000/security/securingsqlserver.asp
> Also what are the pros and cons of using EFS on Win 2k.
Slight degradation in performance.
Steve
- Next message: Kevin McDonnell [MSFT]: "RE: SQL Server & SSL & Fully Qualified Domain Name"
- Previous message: Steve Thompson: "Re: import user list"
- In reply to: Kaustav: "How to Encrypt a SQL Server 2000 Database"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|