This commit is contained in:
Jovan Popovic 2018-08-30 22:23:42 +02:00
Родитель 17b4ec59c2
Коммит f0900ba10e
1 изменённых файлов: 53 добавлений и 5 удалений

Просмотреть файл

@ -1,14 +1,62 @@
# 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.
# <<Sample title>>
This GitHub repository contains a code sample that demonstrate how to...
## 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.
## Contents
[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/>
<a name=about-this-sample></a>
## About this sample
- **Applies to:**
- **Key features:**
- **Programming Language:**
- **Authors:**
<a name=before-you-begin></a>
## Before you begin
To run this sample, you need the following prerequisites.
1.
2.
<a name=run-this-sample></a>
## Run this sample
### Setup
1.
2.
### Build and run
1.
2.
<a name=sample-details></a>
## Sample details
<a name=disclaimers></a>
## Disclaimers
The code included in this sample is not intended demonstrate some general guidance and architectural patterns for ...
<a name=related-links></a>
## Related Links
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## License
These samples and templates are all licensed under the MIT license. See the license.txt file in the root.
These samples and templates are all licensed under the MIT license. See the [license.txt](license.txt) file in the root.
## Questions
Email questions to: sqlserversamples@microsoft.com.