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
22
33This script demonstrates the use of Always Encrypted to encrypt sensitive data in the database.
44
@@ -17,7 +17,6 @@ This script demonstrates the use of Always Encrypted to encrypt sensitive data i
1717
1818## About this sample
1919
20- <!-- Delete the ones that don't apply -->
21201 . ** Applies to:** SQL Server 2016 (or higher), Azure SQL Database
22211 . ** Key features:** Always Encrypted
23221 . ** Workload:** OLTP
@@ -33,7 +32,6 @@ To run this sample, you need the following prerequisites.
3332
3433** Software prerequisites:**
3534
36- <!-- Examples -->
37351 . SQL Server 2016 (or higher) or Azure SQL Database.
38362 . SQL Server Management Studio
39373 . Visual Studio 2015
@@ -63,7 +61,7 @@ The code included in this sample is not intended to be used for production purpo
6361<a name =related-links ></a >
6462
6563## Related Links
66- <!-- Links to more articles. Remember to delete "en-us" from the link path. -->
64+
6765For more information, see these articles:
6866- [ Always Encrypted documentation] ( https://msdn.microsoft.com/library/mt163865.aspx )
6967- [ 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
1818
1919## About this sample
2020
21- <!-- Delete the ones that don't apply -->
22211 . ** Applies to:** SQL Server 2016 (or higher), Azure SQL Database
23221 . ** Key features:** Core database features
24231 . ** Workload:** OLTP
@@ -34,7 +33,6 @@ To run this sample, you need the following prerequisites.
3433
3534** Software prerequisites:**
3635
37- <!-- Examples -->
38361 . SQL Server 2016 (or higher) or Azure SQL Database.
39372 . Visual Studio 2015.
40383 . The WideWorldImporters database (Full version).
@@ -47,7 +45,7 @@ To run this sample, you need the following prerequisites.
4745
48462 . Build the solution.
4947
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.
5149
52504 . Run the app and follow the instructions on-screen. Compare the time taken for On Disk and In Memory insertion.
5351
@@ -77,5 +75,5 @@ The code included in this sample is not intended to be used for production purpo
7775<a name =related-links ></a >
7876
7977## Related Links
80- <!-- Links to more articles. Remember to delete "en-us" from the link path. -->
78+
8179- [ 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.
3232
3333** Software prerequisites:**
3434
35- <!-- Examples -->
36351 . SQL Server 2016 (or higher) with the databases WideWorldImporters and WideWorldImportersDW. These can be on different instances.
37362 . Visual Studio 2015.
38373 . SQL Server 2016 Integration Services.
@@ -91,6 +90,5 @@ The code included in this sample is not intended to be used for production purpo
9190<a name =related-links ></a >
9291
9392## Related Links
94- <!-- Links to more articles. Remember to delete "en-us" from the link path. -->
9593For more information, see these articles:
9694- [ SQL Server Integration Services documentation] ( https://msdn.microsoft.com/library/ms141026.aspx )
You can’t perform that action at this time.
0 commit comments