From 0ed85254dd6dd6853d169fa82b340c48871a730a Mon Sep 17 00:00:00 2001 From: Sergio Govoni Date: Sun, 22 Jan 2023 12:30:26 +0100 Subject: [PATCH] Create README.md Example of unit testing for one or more SQL Server objects using tSQLt, Docker, and GitHub Actions --- .../unit-testing/tsqlt-docker/README.md | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 samples/containers/unit-testing/tsqlt-docker/README.md diff --git a/samples/containers/unit-testing/tsqlt-docker/README.md b/samples/containers/unit-testing/tsqlt-docker/README.md new file mode 100644 index 00000000..751f50c7 --- /dev/null +++ b/samples/containers/unit-testing/tsqlt-docker/README.md @@ -0,0 +1,80 @@ + +![](./media/solutions-microsoft-logo-small.png) + +# Sample name + +Briefly describe what the sample does. Describe the benefit of running this sample. + + + +![Alt text](/media/image-name.png "") + + +### Contents + +[About this sample](#about-this-sample)
+[Before you begin](#before-you-begin)
+[Run this sample](#run-this-sample)
+[Sample details](#sample-details)
+[Disclaimers](#disclaimers)
+[Related links](#related-links)
+ + + + +## About this sample + + +- **Applies to:** SQL Server 2016 (or higher), Azure SQL Database, Azure SQL Data Warehouse, Parallel Data Warehouse +- **Key features:** +- **Workload:** +- **Programming Language:** +- **Authors:** +- **Update history:** + + + +## Before you begin + +To run this sample, you need the following prerequisites. + +**Software prerequisites:** + + +1. SQL Server 2016 (or higher) or an Azure SQL Database +2. Visual Studio 2015 (or higher) with the latest SSDT installed + +**Azure prerequisites:** + + +1. Permission to create an Azure SQL Database + + + +## Run this sample + + + +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 ... + + + +## Sample details + +Describe sample details + + + +## Disclaimers +The code included in this sample is not intended to be ... + + + +## Related Links + + +For more information, see these articles: