Re: Encrypt/Decrypt SQL Server 2005 data files
- From: Robert Robinson <robbiex@xxxxxxxxxxxxx>
- Date: Sat, 25 Nov 2006 07:35:20 -0500
We decided on the following to provide a reasonable level of protection.
First, computer access is limited by using the SecuriKey.
SQL database files are protected as follows:
Setup
1. The SQL databases to be protected are backed up and are then deleted from SQL Server.
2. PGP Desktop 9.5 is used to create a new Virtual Disk.
3. This disk is mounted.
4. A new SQL database is created with its data and log files assigned to be resident on the virtual disk.
5. The data are restored from the backup file.
Start-Up
1. The virtual disk is mounted automatically on start-up or under manual or programmatic control.
2. A PGP passphrase is entered manually.
3. The SQL database is attached.
Shut-Down
1. The SQL database is detached.
2. The virtual disk is unmounted under manual or programmatic control.
Note that the attach/detach steps are required because SQL Server locks access to the Log files and the virtual disk cannot not be unmounted until this lock is released.
.
- Follow-Ups:
- Re: Encrypt/Decrypt SQL Server 2005 data files
- From: Mike C#
- Re: Encrypt/Decrypt SQL Server 2005 data files
- References:
- Encrypt/Decrypt SQL Server 2005 data files
- From: Robert Robinson
- Re: Encrypt/Decrypt SQL Server 2005 data files
- From: Joe Yong
- Re: Encrypt/Decrypt SQL Server 2005 data files
- From: Robert Robinson
- Re: Encrypt/Decrypt SQL Server 2005 data files
- From: Dejan Sarka
- Re: Encrypt/Decrypt SQL Server 2005 data files
- From: Robert Robinson
- Encrypt/Decrypt SQL Server 2005 data files
- Prev by Date: Re: how to decrypt an encrypted stored proc in 2005
- Next by Date: **find connected application**
- Previous by thread: Re: Encrypt/Decrypt SQL Server 2005 data files
- Next by thread: Re: Encrypt/Decrypt SQL Server 2005 data files
- Index(es):