I have a DB that I generated a SSDT project from. The DB uses encryption and I had the SSDT include encryption. When I generate a new DB using the SSDT project and importing data from the original DB encryption no longer retrieves encrypted data (even though I have the encryption keys generated when producing the new DB from SSDT). A query that includes encrption functionality does not fail; the result is just null. What I'd like to know is; is it possible to use SSDT to rebuild a DB with data from a DB using encryption. I also tried to perform a backup and restore which also did not work.
Note: I am using VS 2013
Peter