sql-server-samples/README_samples_template.md

78 строки
1.7 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2016-04-30 07:57:48 +03:00
# Sample name
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
Briefly describe what the sample does. Describe the benefit of running this sample.
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
<!-- Add a diagram if you have it -->
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
![Alt text](/media/image-name.png "<Friendly name>")
2016-04-29 20:07:49 +03:00
2016-04-29 19:26:14 +03:00
2016-04-30 07:49:26 +03:00
### Contents
2016-04-29 19:26:14 +03:00
2016-04-30 07:55:29 +03:00
[About this sample](#about-this-sample)<br/>
[Before you begin](#before-you-begin)<br/>
[Run this sample](#run-this-sample)<br/>
[Sample details](#sample-details)<br/>
[Disclaimers](#disclaimers)<br/>
[Related links](#related-links)<br/>
2016-04-29 19:26:14 +03:00
2016-04-30 07:49:26 +03:00
<a name=about-this-sample></a>
2016-04-29 19:26:14 +03:00
2016-04-30 07:49:26 +03:00
## About this sample
2016-04-29 19:26:14 +03:00
2016-05-02 23:01:42 +03:00
<!-- Delete the ones that don't apply -->
2016-05-02 23:22:00 +03:00
1. **Applies to:** SQL Server 2016 (or higher), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse
1. **Key features:**
1. **Workload:**
1. **Programming Language:**
1. **Authors:**
1. **Update history:**
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
<a name=before-you-begin></a>
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
## Before you begin
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
To run this sample, you need the following prerequisites.
2016-03-25 22:23:00 +03:00
2016-05-02 23:01:42 +03:00
**Software prerequisites:**
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
<!-- Examples -->
1. SQL Server 2016 (or higher) or an Azure SQL Database
2. Visual Studio 2015 (or higher) with the latest SSDT installed
2016-03-25 22:23:00 +03:00
2016-05-02 23:01:42 +03:00
**Azure prerequisites:**
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
<!-- Examples -->
1. Permission to create an Azure SQL Database
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
<a name=run-this-sample></a>
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
## Run this sample
2016-03-25 22:23:00 +03:00
2016-04-30 07:49:26 +03:00
<!-- Step by step instructions. Here's a few examples -->
1. From Visual Studio, open the **sample.sln** file from the root directory.
2. In Visual Studio Build menu, select **Build Solution** (or Press F6).
3. Step 3 ...
<a name=sample-details></a>
## Sample details
Describe sample details
<a name=disclaimers></a>
## Disclaimers
The code included in this sample is not intended to be ...
<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: