File tree Expand file tree Collapse file tree 3 files changed +4
-10
lines changed
samples/databases/wide-world-importers
sample-scripts/always-encrypted
workload-drivers/vehicle-location-insert Expand file tree Collapse file tree 3 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- # Sample for use of Always Encrypted in WideWorldImportersDW
1
+ # Sample for use of Always Encrypted in WideWorldImporters
2
2
3
3
This script demonstrates the use of Always Encrypted to encrypt sensitive data in the database.
4
4
@@ -17,7 +17,6 @@ This script demonstrates the use of Always Encrypted to encrypt sensitive data i
17
17
18
18
## About this sample
19
19
20
- <!-- Delete the ones that don't apply -->
21
20
1 . ** Applies to:** SQL Server 2016 (or higher), Azure SQL Database
22
21
1 . ** Key features:** Always Encrypted
23
22
1 . ** Workload:** OLTP
@@ -33,7 +32,6 @@ To run this sample, you need the following prerequisites.
33
32
34
33
** Software prerequisites:**
35
34
36
- <!-- Examples -->
37
35
1 . SQL Server 2016 (or higher) or Azure SQL Database.
38
36
2 . SQL Server Management Studio
39
37
3 . Visual Studio 2015
@@ -63,7 +61,7 @@ The code included in this sample is not intended to be used for production purpo
63
61
<a name =related-links ></a >
64
62
65
63
## Related Links
66
- <!-- Links to more articles. Remember to delete "en-us" from the link path. -->
64
+
67
65
For more information, see these articles:
68
66
- [ Always Encrypted documentation] ( https://msdn.microsoft.com/library/mt163865.aspx )
69
67
- [ Keep Sensitive Data Secure with Always Encrypted] ( https://channel9.msdn.com/Events/DataDriven/SQLServer2016/AlwaysEncrypted )
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ The main purpose is to compare the performance of data insertion into traditiona
18
18
19
19
## About this sample
20
20
21
- <!-- Delete the ones that don't apply -->
22
21
1 . ** Applies to:** SQL Server 2016 (or higher), Azure SQL Database
23
22
1 . ** Key features:** Core database features
24
23
1 . ** Workload:** OLTP
@@ -34,7 +33,6 @@ To run this sample, you need the following prerequisites.
34
33
35
34
** Software prerequisites:**
36
35
37
- <!-- Examples -->
38
36
1 . SQL Server 2016 (or higher) or Azure SQL Database.
39
37
2 . Visual Studio 2015.
40
38
3 . The WideWorldImporters database (Full version).
@@ -47,7 +45,7 @@ To run this sample, you need the following prerequisites.
47
45
48
46
2 . Build the solution.
49
47
50
- 3 . Connect to the database and
48
+ 3 . Connect to the database and run the script VehicleLocation.sql to create the memory-optimized and disk-based tables used for the comparison.
51
49
52
50
4 . Run the app and follow the instructions on-screen. Compare the time taken for On Disk and In Memory insertion.
53
51
@@ -77,5 +75,5 @@ The code included in this sample is not intended to be used for production purpo
77
75
<a name =related-links ></a >
78
76
79
77
## Related Links
80
- <!-- Links to more articles. Remember to delete "en-us" from the link path. -->
78
+
81
79
- [ in-memory/ticket-reservations] ( /samples/features/in-memory/ticket-reservations )
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ To run this sample, you need the following prerequisites.
32
32
33
33
** Software prerequisites:**
34
34
35
- <!-- Examples -->
36
35
1 . SQL Server 2016 (or higher) with the databases WideWorldImporters and WideWorldImportersDW. These can be on different instances.
37
36
2 . Visual Studio 2015.
38
37
3 . SQL Server 2016 Integration Services.
@@ -91,6 +90,5 @@ The code included in this sample is not intended to be used for production purpo
91
90
<a name =related-links ></a >
92
91
93
92
## Related Links
94
- <!-- Links to more articles. Remember to delete "en-us" from the link path. -->
95
93
For more information, see these articles:
96
94
- [ SQL Server Integration Services documentation] ( https://msdn.microsoft.com/library/ms141026.aspx )
You can’t perform that action at this time.
0 commit comments