Hi there
Here is a question related to encrypt the whole SQL Server 2008 database.
I am not much into encrypting the SQL Server 2008 database, but I am aware of encrypting and decrypting the data in a table by creating a master key, certificate and symmetric key. With my little knowledge of encryption, I feel its really difficult to encrypt all the tables of the database individually.
Could you explain me how encryption is done at the database level rather than independent table for every table.
Thanks
Sunny
SQL Server Encryption 2008
SQL Server 2008 has a great feature Transparent Data Encryption (TDE) which will take away from you the head-ache to encrypt individual tables. The encryption takes places in a completely transparent manner. I would recommend reading this: http://msdn.microsoft.com/en-us/library/bb934049.aspx
Managed Windows Shared Hosting by OrcsWeb