Sql-server – Microsoft SQL Server 2005 Encryption Options

encryptionSecuritysql serversql-server-2005

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.

Best Answer

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.