This commit is contained in:
v-kaywon 2017-07-24 15:38:41 -07:00
parent 9028fd5a60
commit ae623333c2

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";