Securing databases through encrypting disks

Last post 09-16-2008 2:50 AM by cjp. 5 replies.
Page 1 of 1 (6 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 09-15-2008 8:29 AM

    • cjp
    • Top 500 Contributor
    • Joined on 08-12-2008
    • Posts 31

    Securing databases through encrypting disks

    Since my previous posts on security, I have come under a degree of pressure at work to secure Sequel Server using the same methods that everyone else will be using to secure source data (mainly text files) and statistical programs.

    My colleagues' preferred method is to secure drives using Truecrypt. My issue with this is that, on my main computer, I have Sequel Server running on 4 physical drives: system files on C; temp db on E; data files on F and logfiles on G. This is efficient from the perspective of performance but I wonder how Sequel Server would react if all 4 drives were encrypted. At the least, I can see myself for ever entering passwords just to do any work - in effect, I would have to decrypt each drive before even running Sequel Server...presumably...In addition, I'm not convinced that Sequel Server will work at all with this arrangement. - My installation is on standalone boxes (no networking).

    Can anyone advise me about the practical implications of using a disk encryption program in the way I describe above?

    I am running 05 Developer under W Server 2003 x64 and also under XP x64.

    Thanks.

    Chris

     

  • 09-15-2008 8:38 AM In reply to

    Re: Securing databases through encrypting disks

     

    Hi,

    Earlier I have used SQL Shield in one of the instance we support and have a good experience of it.

    Which edition of SQL Server you are using!! IMO If it is SQL Server 2005 the best option is to use built-in feature, refer Encryption (SQL Server) in BOL and http://www.databasejournal.com/features/mssql/article.php/3714031.

    Regards

    Hemantgiri S. Goswami | MS SQL Server MVP
    -------------------------
    "Humans don't have Caliber to PASS TIME , Time it self Pass or Fail Humans" - by Hemantgiri S. Goswami

    http://hemantgirisgoswami.blogspot.com
    http://forums.surat-user-group.org/

    View Hemantgiri S. Goswami's profile on LinkedIn

    Disclaimer: This post is provided as is, for the sake of knowledge sharing only.
  • 09-15-2008 1:53 PM In reply to

    • satya
    • Top 10 Contributor
    • Joined on 11-05-2002
    • United Kingdom
    • Posts 22,515
    • Microsoft MVP
      Moderator

    Re: Securing databases through encrypting disks

    If you are using any encryption on the operating system level then you may hit major problems in SQL Server too, in thsi case as Hemant referred better usage of such encryption on database level can be achieved using 2005 or even 2008 version of SQL Server. If you are keen on security level on operating system then make sure to control or remove any access on the server in terms of users, put the SQL behind the firewall.
    -Satya S K J

    SQL Server MVP



    Knowledge is Power, you will gain by sharing it. SSQA.net - Invisible contributions to the users & visible success in SQL Community.
  • 09-16-2008 2:31 AM In reply to

    • cjp
    • Top 500 Contributor
    • Joined on 08-12-2008
    • Posts 31

    Re: Securing databases through encrypting disks

     Thanks, Hemant and Satya. I am running 64-bit 05 Developer under W Server 2003 x64 and also under XP x64.

     I have had a look at the suggested reference for managing encryption at the database level - and this looks like the best way forward (in fact, it looks pretty much ideal from my point of view). I will test it shortly and then, if it works, tell my colleagues that this is how I am going to do it!

    Chris

  • 09-16-2008 2:33 AM In reply to

    • satya
    • Top 10 Contributor
    • Joined on 11-05-2002
    • United Kingdom
    • Posts 22,515
    • Microsoft MVP
      Moderator

    Re: Securing databases through encrypting disks

    First things first you cannot use DEVELOPER edition for production purpose, so please advice for what this system will be used.

    -Satya S K J

    SQL Server MVP



    Knowledge is Power, you will gain by sharing it. SSQA.net - Invisible contributions to the users & visible success in SQL Community.
  • 09-16-2008 2:50 AM In reply to

    • cjp
    • Top 500 Contributor
    • Joined on 08-12-2008
    • Posts 31

    Re: Securing databases through encrypting disks

     I am not using Developer Edition for production purposes. I use it to develop methods that enable me to output text data to statisticians. I never provide SQL solutions.

    Chris

     

Page 1 of 1 (6 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.