You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/security/contoso-clinic/README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,17 @@ This project has adopted the [Microsoft Open Source Code of Conduct](http://micr
30
30
## Setup
31
31
### Set up the Demo Database
32
32
1. Clone/Download the repository
33
-
2. Import the *Clinic* database
34
-
+ Open SSMS and connect to your SQL Server 2016 instance
33
+
2. Open SSMS and connect to your SQL Server 2016 instance
34
+
+ In Object Explorer right-click on the server instance and select Properties. In the Security tab set Server authentication to SQL Server and Windows Authentication. Close the Properties window.
35
+
+ In Object Explorer right-click on the server instance and select Restart.
36
+
3. Import the *Clinic* database
35
37
+ In SSMS, right-click on *Databases* in Object Explorer and select *Import Data-tier Application...*.
36
38
+ Locate your copy of the bacpac file, located in the */setup* folder.
3. While connected to your database (master) via SSMS, execute [setup/Create-Application-Login.sql](setup/Create-Application-Login.sql) link.
41
+
4. While connected to your database (master) via SSMS, execute [setup/Create-Application-Login.sql](setup/Create-Application-Login.sql) link.
40
42
+ Before running the script, create a password for the `ContosoClinicApplicaation` user.
41
-
+ This script creates a login and user, assigns `datareader` and `datawriter` permissions, and gives several Always Encrypted specific permissions to the `ContosoClinicApplication` user
43
+
+ This script creates a login and user, assigns `datareader` and `datawriter` permissions, and gives several Always Encrypted specific permissions to the `ContosoClinicApplication` user
42
44
43
45
### Modify and Set up the Sample Application Project
44
46
1. Start Visual Studio and open the Contoso Application solution file- located in /src.
0 commit comments