mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
fix typo in the parameter name
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user