How to enable TDE for every database automatically in SQL Server?

  • Hi,

    Does anyone know how to automatically setup SQL Server to TDE encrypt every database that is created?

    This is for a SharePoint farm, where the DBA does not want to manually encrypt every content database created by SharePoint as it grows..:-D

  • Suppose you could use a DDL trigger on create database.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thanks GilaMonster! I'll try that now.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply