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
Introducing Toad integration with GitHub Copilot
Meet AI Code: Toad’s AI coding assistant powered by GitHub Copilot Toad for Oracle 2025 R2 introduces AI Code preview – an AI-powered code generation assistant that lives directly inside Toad’s SQ...
TEMP is A Four Letter Word
It’s not uncommon to observe rampant over reliance of database application code on TEMP tables, most often as a SQL language programming crutch. I have a theory as to why. Programmers are chiefly taug...
Toad Data Point Automation Series Blog #13 – Variables in exception...
Not all reports are repetitive. Perhaps you have a situation where you only want to produce a report when a set of circumstances arise. Here is a simple example. Clerks enter orders and at the e...