Archivo del Autor: carlosap
How to monitor encryption or decryption Progress. SQL Server
SELECT DB_NAME(database_id) AS DatabaseName, encryption_state, encryption_state_desc = CASE encryption_state WHEN ‘0’ THEN ‘No database encryption key present, no encryption’ WHEN ‘1’ THEN ‘Unencrypted’ WHEN ‘2’ THEN ‘Encryption in progress’ WHEN ‘3’ THEN ‘Encrypted’ WHEN ‘4’ THEN ‘Key change in progress’ WHEN ‘5’ THEN ‘Decryption in progress’ WHEN ‘6’ THEN ‘Protection change in progress (The certificate… Leer más »
Remove Transparent Data Encryption (TDE) from SQL Server user databases
Transparent Data Encryption is getting popular these days because every business owner is serious about protecting their data. Everybody wants to use the latest encryption technologies to make sure their systems are more secure and stable. SQL Server also offers some encryption features to protect client’s data like TDE (Transparent Data Encryption), Always Encrypt, etc. Sometimes, business wants… Leer más »
Microsoft Teams Room screen sharing and flickering macOS
macOS: Clear Teams Cache
xrdp raspian – ubuntu
Calificaciones vacías en el Libro de Calificaciones de Moodle
¡Una calificación vacía no siempre equivale a cero! La configuración predeterminada para el Libro de Calificaciones de Moodle es no reflejar las calificaciones vacías en las sumas de categoría o curso. Esto permite a los estudiantes ver un total en curso de su progreso actual en cualquier punto del curso. Sin esta característica, si las… Leer más »
Ninja Gaiden Game Genie Codes
The following cheat codes are for Game Genie. These can be used on a Nintendo Entertainment System (NES) with a Game Genie device or you can use these on any emulator that supports Game Genie Codes. If you want a Game Genie Device, you can always check on Amazon for one. Cheat Effect Cheat Code Infinite health… Leer más »
Brain regions stimulated by Mozart’s and Bach music
Listening to Mozart’s music has been shown to stimulate a number of different regions of the brain. These include: In particular, listening to Mozart’s music has been shown to increase activity in the prefrontal cortex. This is the part of the brain that is responsible for executive functions, such as attention, planning, and decision-making. Increased… Leer más »
How to take RDS MySQL Database backup and put it in Amazon s3 directly
You can also use STDOUT and the AWS CLI tool to pipe the output of your mysqldump straight to S3: For example: The mysqldump command outputs to STDOUT by default. Using – as the input argument for aws s3 cp tells the AWS CLI tool to use STDIN for the input.
memorys
“ The enemy of memory isn’t time; it’s other memories. Each new event needs to establish new relationships among a finite number of neurons” Excerpt FromBrain : The Story of You Eagleman, David