Re: Database Protection
From: Tim (Tim_at_NoSpam.com)
Date: 06/17/04
- Next message: Steven T: "Re: Event ID 538/540/576 fills up Security Log!!"
- Previous message: Michael A. Covington: "IPSec filtering vs. VPN"
- In reply to: John Barwell: "Database Protection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 17 Jun 2004 11:45:14 +1200
John,
Configure the SQL Server service to run under a specific specially
configured account,
Give that account only permissions to the folder(s) containing the database
files,
Make sure you implement filestore security correctly,
Ensure that if backups are stored online they are stored in a similarly
secured location.
Ensure that Backup Operators have restricted privilege & that the Admin
account is not used for backups by a Person,
Keep backup tapes in a fireproof and secure safe (a fireproof safe is not
necessarily secure).
Ensure that Administrator accounts are not used or available for use for any
normal operation.
(By default the Administrator is also the 'sa' = big cheese).
Set the SQL Server (and related) service to start automatically *always*
except during emergency procedures.
This will result in the database files always being open exclusively by the
SQL Server process so no file level copying will normally succeed.
Ensure that all the databases within the SQL Server system are NOT set to
AutoClose - if a database is set to autoclose (a dumb idea most of the time)
then when the last user disconnects from the database SQL Server will close
the database so a file copy would be possible.
Control of Admin accounts with good physical security will get you a long
way.
- Tim
"John Barwell" <johnbarwell@msmdirect.co.uk> wrote in message
news:CCEzc.15517$NK4.2491979@stones.force9.net...
> Dear All,
>
> I run a win2k domain. We will be bringing a bespoke SQL database system on
> board in a few weeks. I want to ensure the integratity of this database by
> putting some security measures in place. I have concerns that individuals
> may try to take the database to a competitor by copying it on to CD or
> sending it through email. I would like to put something in place that will
> make the database useless if it goes outside my domain. Has anyone got any
> ideas? Encryption?
>
> Many Thanks,
>
>
> John
>
>
- Next message: Steven T: "Re: Event ID 538/540/576 fills up Security Log!!"
- Previous message: Michael A. Covington: "IPSec filtering vs. VPN"
- In reply to: John Barwell: "Database Protection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|