3

I'm trying to explore some encryption options on Microsoft SQL Server 2005.

I've recently got around SQL Server 2008 and was able to enable Transparent Data Encryption (TDE). Now I'm trying to figure out encryption options for SQL Server 2005.

Can someone tell me how to achieve TDE for SQL Server 2005? If that's not possible, can someone point me in the right direction? I also understand that cell level encryption must be done on the application side.

PS: The server edition is Standard Edition. I've been trying to find answers for 2005 for a few hours now but most are for SQL Server 2008.

Colin 't Hart
9,51015 gold badges37 silver badges44 bronze badges
asked Jan 18, 2012 at 21:17

2 Answers 2

4

This article on msdn indicates it's a new feature in SQL Server 2008. To me that means it's not available in 2005.

There are a lot of resources available with step-by-step guides for other data encryption types in 2005, though. I think it's probably beyond the scope of a question on a Q&A site, however.

answered Jan 18, 2012 at 21:36
3

TDE is a new feature in SQL Server 2008. You can do column level encryption of the data within the database or in the application tier but that's about it.

What's the goal of the encryption? Protecting data in the database? Protecting data in the data file? Protecting data in the backup files? Etc?

answered Jan 19, 2012 at 2:18
2
  • Protecting data in the database. Eg physical file is stolen or somehow accessed from an unwanted party. Commented Jan 21, 2012 at 3:19
  • On SQL 2005 then your only option is going to be encrypting the data within the columns. If you were looking to only protect the backups then third party backup tools would be an option for you to encrypt the backups, but to protect the actual data file you don't have a whole lot of options. Commented Jan 21, 2012 at 6:30

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.