This commit is contained in:
v-kaywon 2017-07-24 15:38:41 -07:00 committed by Jenny Tam
parent d8adc048a0
commit be267022c0

View file

@ -18,7 +18,7 @@ if (IsAEQualified($conn)){
$cert_exists = true;
}
else {
die("Certificate does not exist.\n";
die("Certificate does not exist.\n");
}
$query = "SELECT name FROM sys.column_master_keys";