Working with a couple of databases that needed TDE I noticed when I enabled one of them that it was stuck on “encryption in progress” for quite a while. Using the following query I confirmed the following: (source: https://msdn.microsoft.com/en-us/library/bb677274.aspx) My … Continue reading
Tags: SQL Server
Related Articles
SQL Basics with Toad® Data Point
The better you know SQL basics, the better you can perform your job by being able to access relational data using the SQL language, or by tweaking the SQL produced by Query Builder. This series will...
How To Write a Cross-Database Query
Introduction When writing a normal SQL query, the user is typically working in a SQL authoring program that is connected directly to the RDBMS in which the query will be run. 1 – Simple Client Conn...
