SQL Server 2008 supports data protection at rest via TDE (transparent data encryption), but encryption excludes files stored on the hard disk through the FILESTREAM function.
How did you handle encryption of this data in a file system stored through FILESTREAM? An encrypted file system is apparently an option, but will cause a problem during database backup, since the db and file system encryption are performed by two different sources using (possibly) different encryption keys! Please share your thoughts.
Many thanks!
source share