Skip to content

Commit 010fb86

Browse files
committed
add applies to section
1 parent 394897a commit 010fb86

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# SQL Server and Azure DB Samples
2-
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.
1+
# SQL Server Samples Repository
2+
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.
33

44
## Working in GitHub
55
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.

README_samples_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ Ticket Reservations is a Windows Forms sample application built on .NET Framewor
44

55
![Alt text](samples/in-memory/ticket-reservations/Screenshots/1.png "Ticket Reservations")
66

7+
## Applies to
8+
9+
**Platforms:**
10+
- SQL Server (starting with 2016)
11+
- Azure SQL Database
12+
13+
<!--
14+
- Azure SQL Data Warehouse
15+
- Analytics Platform System
16+
-->
17+
18+
**Features:**
19+
- In-memory OLTP
20+
21+
**Languages:**
22+
23+
- TSQL
24+
- C#
25+
26+
727
## Running this sample
828
1. Before you can run this sample, you must have the following perquisites:
929
- SQL Server 2016 CTP3 (or higher)

0 commit comments

Comments
 (0)