Skip to content

minor readme fixes #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sample for use of Always Encrypted in WideWorldImportersDW
# Sample for use of Always Encrypted in WideWorldImporters

This script demonstrates the use of Always Encrypted to encrypt sensitive data in the database.

Expand All @@ -17,7 +17,6 @@ This script demonstrates the use of Always Encrypted to encrypt sensitive data i

## About this sample

<!-- Delete the ones that don't apply -->
1. **Applies to:** SQL Server 2016 (or higher), Azure SQL Database
1. **Key features:** Always Encrypted
1. **Workload:** OLTP
Expand All @@ -33,7 +32,6 @@ To run this sample, you need the following prerequisites.

**Software prerequisites:**

<!-- Examples -->
1. SQL Server 2016 (or higher) or Azure SQL Database.
2. SQL Server Management Studio
3. Visual Studio 2015
Expand Down Expand Up @@ -63,7 +61,7 @@ The code included in this sample is not intended to be used for production purpo
<a name=related-links></a>

## Related Links
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->

For more information, see these articles:
- [Always Encrypted documentation](https://msdn.microsoft.com/library/mt163865.aspx)
- [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
Expand Up @@ -18,7 +18,6 @@ The main purpose is to compare the performance of data insertion into traditiona

## About this sample

<!-- Delete the ones that don't apply -->
1. **Applies to:** SQL Server 2016 (or higher), Azure SQL Database
1. **Key features:** Core database features
1. **Workload:** OLTP
Expand All @@ -34,7 +33,6 @@ To run this sample, you need the following prerequisites.

**Software prerequisites:**

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

2. Build the solution.

3. Connect to the database and
3. Connect to the database and run the script VehicleLocation.sql to create the memory-optimized and disk-based tables used for the comparison.

4. Run the app and follow the instructions on-screen. Compare the time taken for On Disk and In Memory insertion.

Expand Down Expand Up @@ -77,5 +75,5 @@ The code included in this sample is not intended to be used for production purpo
<a name=related-links></a>

## Related Links
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->

- [in-memory/ticket-reservations](/samples/features/in-memory/ticket-reservations)
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ To run this sample, you need the following prerequisites.

**Software prerequisites:**

<!-- Examples -->
1. SQL Server 2016 (or higher) with the databases WideWorldImporters and WideWorldImportersDW. These can be on different instances.
2. Visual Studio 2015.
3. SQL Server 2016 Integration Services.
Expand Down Expand Up @@ -91,6 +90,5 @@ The code included in this sample is not intended to be used for production purpo
<a name=related-links></a>

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