Intermittent Azure Data Factory Pipeline Errors
Debugging Pipeline Failures

Search for a command to run...
Articles tagged with #sql-server
Debugging Pipeline Failures

Failed to decrypt a column encryption key using key store provider: 'AZURE_KEY_VAULT'

Chunking/Partitioning

We recently had a snafu when the on-call developer ran an update statement on a production Azure SQL database when it should have been a select statement. Luckily we were able to restore the proper values based off other tables or worst-case scenari...

Failed to decrypt a column encryption key using key store provider: 'AZURE_KEY_VAULT'

In relation to SQL RSA/AES Encryption . Preliminary Analysis of Binary DataType SELECT CAST(123456 AS BINARY(4)); 0x0001E240 The hexadecimal and binary equivalent (broken down to 4 bytes): 0x0001E240 = 00000000 00000001 11100010 01000000 Analysis o...
