If you use encryption in the April CTP, read this first
If you are going to use the April CTP with encryption, please note that some of the T-SQL syntax has changed. BOL is behind so it has incorrect information.
In particular, the syntax for the OPEN SYMMETRIC KEY has changed to OPEN SYMMETRIC KEY keyname DECRYPTION BY decryption method.
Good luck!
Tom