Teguh Triharto Learning Center
Best of Sharing Knowledge Number 1 In The World & In The Universe
Blog List
Main
Fakta dan Unik
Anime
Learning Center
xxx
Scorpions
Undangan
.:::
https://www.linkedin.com/in/teguhth
:::.
Thursday, June 20, 2024
.::: How to configure Transparent Data Encryption (TDE), Monitoring & Remove TDE in SQL Server :::.
A. Create TDE
1. Create Master Key
USE Master;
GO
CREATE MASTER KEY ENCRYPTION
BY PASSWORD='TDEpassword!';
GO
2. Create Certificate protected by master key
CREATE CERTIFICATE TDE_Cert
WITH
SUBJECT='Database_Encryption';
GO
Read more »
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
.::: Berapa Besar Tunjangan Sertifikasi IT ?(Studi Kasus Teguh Triharto Corporation) :::.
Sertifikasi profesional, kadang hanya disebut dengan sertifikasi atau kualifikasi saja, adalah suatu penetapan yang diberikan oleh ...
.::: Study Kasus Praktis belajar SQL create & insert table Setelah Install Oracle Database (Create Data Warehouse):::.
SQL atau Structured Query Language) adalah sebuah bahasa yang digunakan untuk mengakses data dalam basis data relasional. Bahasa ini sec...
:: How to Change the Hostid In Solaris :::.
bagaimana cara mengubah hostid di Solaris The Hostid is a globally unique ID for a Sun Solaris Machine. Sometimes, you need to change t...
.::: Install & Using dnsperf on Centos7 & Ubuntu with example DNS testing :::.
DNSPerf and ResPerf are free tools developed by Nominum that make it simple to gather accurate latency and throughput metrics for Domain ...
.::: How to Check Host ID, UUID on Solaris & Check Solaris Version :::.
1. Check Host ID Solaris The Hostid is a globally unique ID for a Sun Solaris Machine. Sometimes, you need to change this hostid for ...