Skip to content

Commit 5a6fb60

Browse files
committed
Merge pull request microsoft#39 from Microsoft/jodebrui
minor readme fixes
2 parents 98f7086 + 5c4f211 commit 5a6fb60

File tree

3 files changed

+4
-10
lines changed
  • samples/databases/wide-world-importers

3 files changed

+4
-10
lines changed

samples/databases/wide-world-importers/sample-scripts/always-encrypted/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sample for use of Always Encrypted in WideWorldImportersDW
1+
# Sample for use of Always Encrypted in WideWorldImporters
22

33
This 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 -->
2120
1. **Applies to:** SQL Server 2016 (or higher), Azure SQL Database
2221
1. **Key features:** Always Encrypted
2322
1. **Workload:** OLTP
@@ -33,7 +32,6 @@ To run this sample, you need the following prerequisites.
3332

3433
**Software prerequisites:**
3534

36-
<!-- Examples -->
3735
1. SQL Server 2016 (or higher) or Azure SQL Database.
3836
2. SQL Server Management Studio
3937
3. 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+
6765
For 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)

samples/databases/wide-world-importers/workload-drivers/vehicle-location-insert/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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 -->
2221
1. **Applies to:** SQL Server 2016 (or higher), Azure SQL Database
2322
1. **Key features:** Core database features
2423
1. **Workload:** OLTP
@@ -34,7 +33,6 @@ To run this sample, you need the following prerequisites.
3433

3534
**Software prerequisites:**
3635

37-
<!-- Examples -->
3836
1. SQL Server 2016 (or higher) or Azure SQL Database.
3937
2. Visual Studio 2015.
4038
3. The WideWorldImporters database (Full version).
@@ -47,7 +45,7 @@ To run this sample, you need the following prerequisites.
4745

4846
2. 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

5250
4. 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)

samples/databases/wide-world-importers/wwi-integration-etl/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ To run this sample, you need the following prerequisites.
3232

3333
**Software prerequisites:**
3434

35-
<!-- Examples -->
3635
1. SQL Server 2016 (or higher) with the databases WideWorldImporters and WideWorldImportersDW. These can be on different instances.
3736
2. Visual Studio 2015.
3837
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
9190
<a name=related-links></a>
9291

9392
## Related Links
94-
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->
9593
For more information, see these articles:
9694
- [SQL Server Integration Services documentation](https://msdn.microsoft.com/library/ms141026.aspx)

0 commit comments

Comments
 (0)