diff --git a/README.md b/README.md index 2d3afdca..24144640 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# SQL Server and Azure DB Samples -This GitHub repository contains code samples that demonstrate how to use SQL Server and Azure SQL Database features. Each sample includes a README file that explains how to run and use the sample. +# SQL Server Samples Repository +This GitHub repository contains code samples that demonstrate how to use Microsoft's SQL products including SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. Each sample includes a README file that explains how to run and use the sample. ## Working in GitHub To work in GitHub, go to https://github.com/microsoft/sql-server-samples and fork the repository. Work in your own fork and when you are ready to submit to make a change or publish your sample for the first time, submit a pull request into the master branch of sql-server-samples. One of the approvers will review your request and accept or reject the pull request. diff --git a/README_samples_template.md b/README_samples_template.md index deee3483..eb12035b 100644 --- a/README_samples_template.md +++ b/README_samples_template.md @@ -4,6 +4,26 @@ Ticket Reservations is a Windows Forms sample application built on .NET Framewor ![Alt text](samples/in-memory/ticket-reservations/Screenshots/1.png "Ticket Reservations") +## Applies to + +**Platforms:** +- SQL Server (starting with 2016) +- Azure SQL Database + + + +**Features:** +- In-memory OLTP + +**Languages:** + +- TSQL +- C# + + ## Running this sample 1. Before you can run this sample, you must have the following perquisites: - SQL Server 2016 CTP3 (or higher)