Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: Migrating DB encrypted by master key

    SQL Server 2008 R2 and below use 3Des algorithm to encrypt SERVICE MASTER KEY. SQL Server 2012 and above use AES256 algorithm. So, it's recommeded to regenerate the key.

     

    ALTER SERVICE...

Viewing post 1 (of 1 total)