Skip to content
Merged
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
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SQL Server Code Samples
This GitHub repository contains a set of SQL Server code samples that demonstrate the usage of various SQL Server features. Refer to the README.md file in each sub-directory for details on using each sample.
This GitHub repository contains code samples that demonstrate how to use SQL Server features. Each sample includes a README file that explains how to run and use the sample.


## Sample Categories
**In-memory**
Expand All @@ -11,8 +12,20 @@ This GitHub repository contains a set of SQL Server code samples that demonstrat
**R Services**
- Samples coming soon


## Adding Samples
To add a sample create a subdirectory under ./samples. Start the sample name with the SQL Server feature you are showcasing. Use all lower case and separate the words with hyphens (e.g., in-memory-ticket-reservations).

Include a README.txt file at the root of the sample that explains how to run the sample. Use the README_samples_template.txt as your template.


## 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.


## License
These samples and templates are all licensed under MIT.
These samples and templates are all licensed under the MIT license. See the license.txt file in the root.


## Questions
Email questions at: sqlserversamples@micrososft.com
Email questions to: sqlserversamples@micrososft.com.