Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5ce0f79

Browse files
Update always-encrypted.sql
1 parent d9eac28 commit 5ce0f79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎QueryTemplates/Common Scripts/always-encrypted.sql‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SELECT DB_NAME() as DatabaseName,
44
ty.Name + '(' + CAST (c.max_length AS VARCHAR (10)) + ')' AS ColumnType,
55
cmk.[name] AS CMK_name,
66
cmk.create_date AS CMK_createDate,
7+
cmk.[key_path] as CMK_path,
78
k.[name] AS CEK_name,
89
c.encryption_type_desc
910
FROM sys.columns AS c

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /