fix typo in the parameter name

This commit is contained in:
Alex Bochkov
2019-11-13 14:59:35 -08:00
committed by GitHub
parent 629b79a09d
commit b11223745c
@@ -47,7 +47,7 @@ You need two machines (they can be virtual machines):
+ Look for the line that looks like this:
```csharp
<connectionStrings>
<add name="DefaultConnection" connectionString="Data Source=.;Initial Catalog=Clinic; Integrated Security=true; Column Encrypteiond Setting = Enabled; Enclave Attestation URL=http://YourHGSComputer/Attestation"
<add name="DefaultConnection" connectionString="Data Source=.;Initial Catalog=Clinic; Integrated Security=true; Column Encryption Setting = Enabled; Enclave Attestation URL=http://YourHGSComputer/Attestation"
</connectionStrings>
```
+ Make sure the value of the **Data Source** key word in the database connection string is correct (identifies your instance).
@@ -148,4 +148,4 @@ You need two machines (they can be virtual machines):
## Resetting your demo environment
1. Open and execute **tsql-scripts/DecryptColumns.sql**.
1. Open and execute **tsql-scripts/DropKeys.sql**.
1. Close both SSMS windows.
1. Close both SSMS windows.