Search results for "tde"

Your search for "tde" returned 100 results:

Technical Article

TDE - Changing the Certificate algorithm to SHA2

  • Topic

Hi, I implemented TDE on our Production Database environment. It is straight forward. Followed the set of scripts below: Now a new client of ours wants us to use SHA2. I see that the certificate's signature hash algorithm is SHA1. They need it changed to SHA2. please see here to check what I mean - […]

You rated this post out of 5. Change rating

2012-08-29

153 reads

Technical Article

TDE enabled DB stuck in limbo during Decryption

  • Topic

Sql server 2008R2 (SP2) Ent, PROD DB myDB was encrypted. During Release mistakenly (Vendor created script blames some settings in ...- actually does not matter) Decryption started (ALTER .. SET ENCRYPTION OFF) as we got from ErrorLog. For some reason initial encryption scan was aborted and then mentioned command: ALTER ... OFF was issued again. […]

You rated this post out of 5. Change rating

2015-03-30

506 reads

Technical Article

TDE and is_master_key_encrypted_by_server = 1

  • Topic

Hi there, I'm after a bit of guidance really. I have a sales demo environment that I've taken over and I need to encrypt the DB on it. I've taken a snapshot of the VM so I can have a play. name      is_master_key_encrypted_by_server is_encrypted-------------------- --------------------------------- --------------------------------- BanditDEMO              1             0 The Box has is_master_key_encrypted_by_server set to 1. I […]

You rated this post out of 5. Change rating

2018-10-19

586 reads

Technical Article

is_master_key_encrypted is 0 even after implementing TDE using automated script. Please suggest

  • Topic

HI Experts, I wrote an automated script to implement TDE, but I found that after any db is encrypted, the "is_master_key_encrypted" column shows 0. Can you suggest reviewing my script what are the probable issues which I need to rectify here?

You rated this post out of 5. Change rating

2015-05-26

45 reads

Technical Article

[TDE] Creating master key causes "fatal windows error"

  • Topic

We have a SQL Server 2008 R2 database in a very locked down (govt) environment. I am unsure what features have been disabled in Windows or SQL Server, and that is probably next on my list to continue investigation but here is the general gist of the issue: We are trying to enable transparent database […]

You rated this post out of 5. Change rating

2013-09-05

16 reads

Technical Article

TDE after restoring to a Different Instance

  • Topic

Hi Experts, I have a TDE enabled database and i successfully restored it to another instance of SQL after restoring the certificate along with private key. The certificate I restored is from another SQL Server and the certificate is encrypted by DMK of other server so now there is no relation between DMK and certificate […]

You rated this post out of 5. Change rating

2017-02-02

166 reads

Technical Article

TDE issue in SQL MI

  • Topic

Hi, I'm trying to disable TDE in SQL Managed Instance(Service Managed). After executing Alter statement for the DB (set encryption off), when I check sys.dm_database_encryption_keys for status, getting below output. DB Name            encryption_state_desc                            percent_complete     encryption_scan_state_desc   Encryption_State […]

You rated this post out of 5. Change rating

2022-09-12

84 reads

Blogs

Are ABORT_AFTER_WAIT's victims logged?

By

In SQL Server, using the KILL command to terminate a session results in an...

Part 2: The Modern Azure Data Warehouse – ADF and ADLS

By

In today’s data-driven world, having the right tools to manage and process large datasets...

A New Word: Flichtish

By

flichtish – adj. nervously aware how much of your self-image is based on untested...

Read the latest Blogs

Forums

Backup with Checksum Show No Issues, While DBCC CHECKDB Reports Errors

By IT researcher

I took a backup with the CHECKSUM option, which was successful and showed no...

Realities of Predictive Analysis

By Louis Davidson (@drsql)

Comments posted to this topic are about the item Realities of Predictive Analysis

Linked Server Product Name?

By Brandie Tarvin

Just came across something weird. Was wondering if anyone else has ever seen this....

Visit the forum

Question of the Day

Creating Statistics on XML

I have a table in SQL Server 2022 that is an XML data type. I have an index on this column and want to create statistics using CREATE STATISTICS for some of the data in the column. What should I do?

See possible answers