mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
10 lines
134 B
Transact-SQL
10 lines
134 B
Transact-SQL
USE [Clinic]
|
|
DROP COLUMN ENCRYPTION KEY [CEK1]
|
|
GO
|
|
|
|
USE [Clinic]
|
|
DROP COLUMN ENCRYPTION KEY [CEK2]
|
|
GO
|
|
|
|
DROP COLUMN MASTER KEY [CMK1]
|
|
GO |