Hi @Raveendar Oddi ,
The best option are to either restore the certificate from a backup, or restore your master database and its master key
In any case, you're going to have to make key/certificate backups
backup your Service Master Key from the original Server and restore this onto the target Server
restore the master database over the existing one to recover the TDE certificate as long as you use the same service account on the new system.
backup the cert from source server (Source encryptedserver) :
BACKUP CERTIFICATE vestacert
TO FILE = 'c:\Backup\certificate_TDE_Test_Certificate.cer'
WITH PRIVATE KEY
(FILE = 'c:\Backup\certificate_TDE_Test_Key.pvk',
ENCRYPTION BY PASSWORD = 'Password12#')
https://dba.stackexchange.com/questions/34753/can-i-recover-a-tde-certificate-by-restoring-the-master-database
Recovering a TDE protected database without the Certificate
Lost Password for Data Encryption
-------------
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.