diff --git a/README.md b/README.md index 447895f7..da39fe85 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![](./media/solutions-microsoft-logo-small.png) + # 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. Each sample includes a README file that explains how to run and use the sample. diff --git a/README_samples_template.md b/README_samples_template.md index b65dc768..751f50c7 100644 --- a/README_samples_template.md +++ b/README_samples_template.md @@ -1,3 +1,6 @@ + +![](./media/solutions-microsoft-logo-small.png) + # Sample name Briefly describe what the sample does. Describe the benefit of running this sample. diff --git a/media/solutions-microsoft-logo-small.png b/media/solutions-microsoft-logo-small.png new file mode 100644 index 00000000..e0259ce2 Binary files /dev/null and b/media/solutions-microsoft-logo-small.png differ diff --git a/samples/README.md b/samples/README.md index ca61850d..4b5e73fb 100644 --- a/samples/README.md +++ b/samples/README.md @@ -1,3 +1,5 @@ +![](../media/solutions-microsoft-logo-small.png) + # Sample Categories End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.