We have a project where the client would like their SQLServer2008 database to be encrypted. I understand that it is possible with SQL server 2008 to easily encrypt the database, but I don't really know how. Can anybody help me with this ?
Also, once this database is encrypted, how can we connect to it ? I can't seem to find any way in the connection strings found in ConnectionStrings.com to enter any information about the encryption key. If we can't connect to the database once it's encrypted, there is no incentive to encrypt it...
Thanks