How to find if SQL server backup is encrypted with TDE without restoring the backup The Next CEO of Stack OverflowRestoring a backup to an older version of SQL ServerCan I recover a TDE certificate by restoring the MASTER database?How do you copy a TDE-encrypted SQL Server database using T-SQL programatically?Backup SQL Server with VMwareRestoring encrypted database on another server (using Backup Encryption)A SQL Server database backup/restore issueIs network traffic encrypted when writing remote backups using SQL Server TDE?Restore SQL Server DB encrypted by EKM - where's the asymmetric key?Always Encrypted after restoring an old database backup using C#Restoring MS SQL TDE database question

How do I secure a TV wall mount?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?

Integrating a list of values

What did the word "leisure" mean in late 18th Century usage?

Are British MPs missing the point, with these 'Indicative Votes'?

Does Germany produce more waste than the US?

Planeswalker Ability and Death Timing

How to pronounce fünf in 45

Compensation for working overtime on Saturdays

Avoiding the "not like other girls" trope?

Omega? Krypton?

Can a PhD from a non-TU9 German university become a professor in a TU9 university?

Why did Batya get tzaraat?

Creating a script with console commands

forward revert message from low level solidity call

Shortening a title without changing its meaning

Is it OK to decorate a log book cover?

Is it a bad idea to plug the other end of ESD strap to wall ground?

How to find if SQL server backup is encrypted with TDE without restoring the backup

Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?

Masking layers by a vector polygon layer in QGIS

What happens if you break a law in another country outside of that country?

Plausibility of squid whales



How to find if SQL server backup is encrypted with TDE without restoring the backup



The Next CEO of Stack OverflowRestoring a backup to an older version of SQL ServerCan I recover a TDE certificate by restoring the MASTER database?How do you copy a TDE-encrypted SQL Server database using T-SQL programatically?Backup SQL Server with VMwareRestoring encrypted database on another server (using Backup Encryption)A SQL Server database backup/restore issueIs network traffic encrypted when writing remote backups using SQL Server TDE?Restore SQL Server DB encrypted by EKM - where's the asymmetric key?Always Encrypted after restoring an old database backup using C#Restoring MS SQL TDE database question










4















Is there a way to find from the SQL Server Backup file or MSDB tables if the backup is encrypted with TDE without trying to restore the backup file?



Thanks










share|improve this question







New contributor




yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    4















    Is there a way to find from the SQL Server Backup file or MSDB tables if the backup is encrypted with TDE without trying to restore the backup file?



    Thanks










    share|improve this question







    New contributor




    yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      4












      4








      4








      Is there a way to find from the SQL Server Backup file or MSDB tables if the backup is encrypted with TDE without trying to restore the backup file?



      Thanks










      share|improve this question







      New contributor




      yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      Is there a way to find from the SQL Server Backup file or MSDB tables if the backup is encrypted with TDE without trying to restore the backup file?



      Thanks







      sql-server






      share|improve this question







      New contributor




      yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 hours ago









      yegnasewyegnasew

      233




      233




      New contributor




      yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      yegnasew is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes


















          3














          Imagine for a second that you've got a 1 terabyte database. Backing it up takes a while, and encrypting it takes a while. So imagine that:



          • 9:00 AM - you start taking a full backup

          • 9:01 AM - in another window, you start enabling TDE on the database

          • 9:05 AM - the backup completes

          • 9:10 AM - TDE completes

          What would you expect your query to return, given that as soon as you finish restoring the full backup, it's going to continue applying TDE, encrypting the rest of your database?



          Conversely, imagine that you start with an already-encrypted database, and:



          • 9:00 AM - you remove TDE (which takes some time)

          • 9:01 AM - you start a full backup

          • 9:05 AM - the data pages are no longer encrypted

          • 9:06 AM - your full backup completes

          What would you expect the query to return? These are example scenarios of why TDE encryption isn't one of the fields included in msdb.dbo.backupset.






          share|improve this answer























          • The backupset contains key_algorithm column. If it has NO_Encryption then the backup is not encrypted. This is same column that a restore with headeronly will expose.

            – Kin
            1 hour ago











          • @Kin - I believe the OP is interested in knowing whether the backup is from a TDE database, but not necessarily created using backup encryption. Correct me if I'm wrong, but it seems that key_algorithm is only used to indicate backup encryption, not TDE encryption. My backups of TDE databases have nulls in KeyAlgorithm. Am I missing something?

            – Scott Hodgin
            1 hour ago











          • Thank You all for a quick response and @ScottHodgin yes I wanted to know if the backup is from a TDE database and Brent's answer made it clear.

            – yegnasew
            49 mins ago


















          8














          I up-voted Brent's answer, as his scenario could definitely muddy the water on whether the backup contained TDE data.



          However, if you've had TDE enabled for a while, it seems that RESTORE FILELISTONLY (Transact-SQL) might provide the information you're after. There is a column on the result set called TDEThumbprint which "Shows the thumbprint of the Database Encryption Key. The encryptor thumbprint is a SHA-1 hash of the certificate with which the key is encrypted."



          I looked at some of my backups which were both TDE encrypted and not TDE encrypted.



          The backups of my TDE databases had the certificate thumbprint in that column and the backups that did not have TDE databases had null.






          share|improve this answer























          • +1 for answering the question

            – FreeSoftwareServers
            17 mins ago











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "182"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          yegnasew is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f233674%2fhow-to-find-if-sql-server-backup-is-encrypted-with-tde-without-restoring-the-bac%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          Imagine for a second that you've got a 1 terabyte database. Backing it up takes a while, and encrypting it takes a while. So imagine that:



          • 9:00 AM - you start taking a full backup

          • 9:01 AM - in another window, you start enabling TDE on the database

          • 9:05 AM - the backup completes

          • 9:10 AM - TDE completes

          What would you expect your query to return, given that as soon as you finish restoring the full backup, it's going to continue applying TDE, encrypting the rest of your database?



          Conversely, imagine that you start with an already-encrypted database, and:



          • 9:00 AM - you remove TDE (which takes some time)

          • 9:01 AM - you start a full backup

          • 9:05 AM - the data pages are no longer encrypted

          • 9:06 AM - your full backup completes

          What would you expect the query to return? These are example scenarios of why TDE encryption isn't one of the fields included in msdb.dbo.backupset.






          share|improve this answer























          • The backupset contains key_algorithm column. If it has NO_Encryption then the backup is not encrypted. This is same column that a restore with headeronly will expose.

            – Kin
            1 hour ago











          • @Kin - I believe the OP is interested in knowing whether the backup is from a TDE database, but not necessarily created using backup encryption. Correct me if I'm wrong, but it seems that key_algorithm is only used to indicate backup encryption, not TDE encryption. My backups of TDE databases have nulls in KeyAlgorithm. Am I missing something?

            – Scott Hodgin
            1 hour ago











          • Thank You all for a quick response and @ScottHodgin yes I wanted to know if the backup is from a TDE database and Brent's answer made it clear.

            – yegnasew
            49 mins ago















          3














          Imagine for a second that you've got a 1 terabyte database. Backing it up takes a while, and encrypting it takes a while. So imagine that:



          • 9:00 AM - you start taking a full backup

          • 9:01 AM - in another window, you start enabling TDE on the database

          • 9:05 AM - the backup completes

          • 9:10 AM - TDE completes

          What would you expect your query to return, given that as soon as you finish restoring the full backup, it's going to continue applying TDE, encrypting the rest of your database?



          Conversely, imagine that you start with an already-encrypted database, and:



          • 9:00 AM - you remove TDE (which takes some time)

          • 9:01 AM - you start a full backup

          • 9:05 AM - the data pages are no longer encrypted

          • 9:06 AM - your full backup completes

          What would you expect the query to return? These are example scenarios of why TDE encryption isn't one of the fields included in msdb.dbo.backupset.






          share|improve this answer























          • The backupset contains key_algorithm column. If it has NO_Encryption then the backup is not encrypted. This is same column that a restore with headeronly will expose.

            – Kin
            1 hour ago











          • @Kin - I believe the OP is interested in knowing whether the backup is from a TDE database, but not necessarily created using backup encryption. Correct me if I'm wrong, but it seems that key_algorithm is only used to indicate backup encryption, not TDE encryption. My backups of TDE databases have nulls in KeyAlgorithm. Am I missing something?

            – Scott Hodgin
            1 hour ago











          • Thank You all for a quick response and @ScottHodgin yes I wanted to know if the backup is from a TDE database and Brent's answer made it clear.

            – yegnasew
            49 mins ago













          3












          3








          3







          Imagine for a second that you've got a 1 terabyte database. Backing it up takes a while, and encrypting it takes a while. So imagine that:



          • 9:00 AM - you start taking a full backup

          • 9:01 AM - in another window, you start enabling TDE on the database

          • 9:05 AM - the backup completes

          • 9:10 AM - TDE completes

          What would you expect your query to return, given that as soon as you finish restoring the full backup, it's going to continue applying TDE, encrypting the rest of your database?



          Conversely, imagine that you start with an already-encrypted database, and:



          • 9:00 AM - you remove TDE (which takes some time)

          • 9:01 AM - you start a full backup

          • 9:05 AM - the data pages are no longer encrypted

          • 9:06 AM - your full backup completes

          What would you expect the query to return? These are example scenarios of why TDE encryption isn't one of the fields included in msdb.dbo.backupset.






          share|improve this answer













          Imagine for a second that you've got a 1 terabyte database. Backing it up takes a while, and encrypting it takes a while. So imagine that:



          • 9:00 AM - you start taking a full backup

          • 9:01 AM - in another window, you start enabling TDE on the database

          • 9:05 AM - the backup completes

          • 9:10 AM - TDE completes

          What would you expect your query to return, given that as soon as you finish restoring the full backup, it's going to continue applying TDE, encrypting the rest of your database?



          Conversely, imagine that you start with an already-encrypted database, and:



          • 9:00 AM - you remove TDE (which takes some time)

          • 9:01 AM - you start a full backup

          • 9:05 AM - the data pages are no longer encrypted

          • 9:06 AM - your full backup completes

          What would you expect the query to return? These are example scenarios of why TDE encryption isn't one of the fields included in msdb.dbo.backupset.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 2 hours ago









          Brent OzarBrent Ozar

          35.7k19109241




          35.7k19109241












          • The backupset contains key_algorithm column. If it has NO_Encryption then the backup is not encrypted. This is same column that a restore with headeronly will expose.

            – Kin
            1 hour ago











          • @Kin - I believe the OP is interested in knowing whether the backup is from a TDE database, but not necessarily created using backup encryption. Correct me if I'm wrong, but it seems that key_algorithm is only used to indicate backup encryption, not TDE encryption. My backups of TDE databases have nulls in KeyAlgorithm. Am I missing something?

            – Scott Hodgin
            1 hour ago











          • Thank You all for a quick response and @ScottHodgin yes I wanted to know if the backup is from a TDE database and Brent's answer made it clear.

            – yegnasew
            49 mins ago

















          • The backupset contains key_algorithm column. If it has NO_Encryption then the backup is not encrypted. This is same column that a restore with headeronly will expose.

            – Kin
            1 hour ago











          • @Kin - I believe the OP is interested in knowing whether the backup is from a TDE database, but not necessarily created using backup encryption. Correct me if I'm wrong, but it seems that key_algorithm is only used to indicate backup encryption, not TDE encryption. My backups of TDE databases have nulls in KeyAlgorithm. Am I missing something?

            – Scott Hodgin
            1 hour ago











          • Thank You all for a quick response and @ScottHodgin yes I wanted to know if the backup is from a TDE database and Brent's answer made it clear.

            – yegnasew
            49 mins ago
















          The backupset contains key_algorithm column. If it has NO_Encryption then the backup is not encrypted. This is same column that a restore with headeronly will expose.

          – Kin
          1 hour ago





          The backupset contains key_algorithm column. If it has NO_Encryption then the backup is not encrypted. This is same column that a restore with headeronly will expose.

          – Kin
          1 hour ago













          @Kin - I believe the OP is interested in knowing whether the backup is from a TDE database, but not necessarily created using backup encryption. Correct me if I'm wrong, but it seems that key_algorithm is only used to indicate backup encryption, not TDE encryption. My backups of TDE databases have nulls in KeyAlgorithm. Am I missing something?

          – Scott Hodgin
          1 hour ago





          @Kin - I believe the OP is interested in knowing whether the backup is from a TDE database, but not necessarily created using backup encryption. Correct me if I'm wrong, but it seems that key_algorithm is only used to indicate backup encryption, not TDE encryption. My backups of TDE databases have nulls in KeyAlgorithm. Am I missing something?

          – Scott Hodgin
          1 hour ago













          Thank You all for a quick response and @ScottHodgin yes I wanted to know if the backup is from a TDE database and Brent's answer made it clear.

          – yegnasew
          49 mins ago





          Thank You all for a quick response and @ScottHodgin yes I wanted to know if the backup is from a TDE database and Brent's answer made it clear.

          – yegnasew
          49 mins ago













          8














          I up-voted Brent's answer, as his scenario could definitely muddy the water on whether the backup contained TDE data.



          However, if you've had TDE enabled for a while, it seems that RESTORE FILELISTONLY (Transact-SQL) might provide the information you're after. There is a column on the result set called TDEThumbprint which "Shows the thumbprint of the Database Encryption Key. The encryptor thumbprint is a SHA-1 hash of the certificate with which the key is encrypted."



          I looked at some of my backups which were both TDE encrypted and not TDE encrypted.



          The backups of my TDE databases had the certificate thumbprint in that column and the backups that did not have TDE databases had null.






          share|improve this answer























          • +1 for answering the question

            – FreeSoftwareServers
            17 mins ago















          8














          I up-voted Brent's answer, as his scenario could definitely muddy the water on whether the backup contained TDE data.



          However, if you've had TDE enabled for a while, it seems that RESTORE FILELISTONLY (Transact-SQL) might provide the information you're after. There is a column on the result set called TDEThumbprint which "Shows the thumbprint of the Database Encryption Key. The encryptor thumbprint is a SHA-1 hash of the certificate with which the key is encrypted."



          I looked at some of my backups which were both TDE encrypted and not TDE encrypted.



          The backups of my TDE databases had the certificate thumbprint in that column and the backups that did not have TDE databases had null.






          share|improve this answer























          • +1 for answering the question

            – FreeSoftwareServers
            17 mins ago













          8












          8








          8







          I up-voted Brent's answer, as his scenario could definitely muddy the water on whether the backup contained TDE data.



          However, if you've had TDE enabled for a while, it seems that RESTORE FILELISTONLY (Transact-SQL) might provide the information you're after. There is a column on the result set called TDEThumbprint which "Shows the thumbprint of the Database Encryption Key. The encryptor thumbprint is a SHA-1 hash of the certificate with which the key is encrypted."



          I looked at some of my backups which were both TDE encrypted and not TDE encrypted.



          The backups of my TDE databases had the certificate thumbprint in that column and the backups that did not have TDE databases had null.






          share|improve this answer













          I up-voted Brent's answer, as his scenario could definitely muddy the water on whether the backup contained TDE data.



          However, if you've had TDE enabled for a while, it seems that RESTORE FILELISTONLY (Transact-SQL) might provide the information you're after. There is a column on the result set called TDEThumbprint which "Shows the thumbprint of the Database Encryption Key. The encryptor thumbprint is a SHA-1 hash of the certificate with which the key is encrypted."



          I looked at some of my backups which were both TDE encrypted and not TDE encrypted.



          The backups of my TDE databases had the certificate thumbprint in that column and the backups that did not have TDE databases had null.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 1 hour ago









          Scott HodginScott Hodgin

          18k21634




          18k21634












          • +1 for answering the question

            – FreeSoftwareServers
            17 mins ago

















          • +1 for answering the question

            – FreeSoftwareServers
            17 mins ago
















          +1 for answering the question

          – FreeSoftwareServers
          17 mins ago





          +1 for answering the question

          – FreeSoftwareServers
          17 mins ago










          yegnasew is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          yegnasew is a new contributor. Be nice, and check out our Code of Conduct.












          yegnasew is a new contributor. Be nice, and check out our Code of Conduct.











          yegnasew is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Database Administrators Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f233674%2fhow-to-find-if-sql-server-backup-is-encrypted-with-tde-without-restoring-the-bac%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          名間水力發電廠 目录 沿革 設施 鄰近設施 註釋 外部連結 导航菜单23°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.7113923°50′10″N 120°42′41″E / 23.83611°N 120.71139°E / 23.83611; 120.71139計畫概要原始内容臺灣第一座BOT 模式開發的水力發電廠-名間水力電廠名間水力發電廠 水利署首件BOT案原始内容《小檔案》名間電廠 首座BOT水力發電廠原始内容名間電廠BOT - 經濟部水利署中區水資源局

          格濟夫卡 參考資料 导航菜单51°3′40″N 34°2′21″E / 51.06111°N 34.03917°E / 51.06111; 34.03917ГезівкаПогода в селі 编辑或修订