Skip to content

Commit f950653

Browse files
authored
Merge branch 'master' into master
2 parents 8a3c211 + caec665 commit f950653

File tree

1,546 files changed

+15751
-76355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,546 files changed

+15751
-76355
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ DocProject/Help/html
162162

163163
# Publish Web Output
164164
*.azurePubxml
165-
# TODO: Comment the next line if you want to checkin your web deploy settings
165+
# TODO: Comment the next line if you want to checkin your web deploy settings
166166
# but database connection strings (with potential passwords) will be unencrypted
167167
*.pubxml
168168
*.publishproj

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
![](./media/solutions-microsoft-logo-small.png)
1+
![](./media/solutions-microsoft-logo-small.png)
22

33
# Azure Data SQL Samples Repository
44
This GitHub repository contains code samples that demonstrate how to use Microsoft's Azure Data products including SQL Server, Azure SQL Database, Azure Synapse, and Azure SQL Edge. Each sample includes a README file that explains how to run and use the sample.
55

6-
Note that certain features like In-Memory OLTP are edition specific for SQL Server and would be possible to implement if the edition which supports that feature is being used to run the sample.
6+
Note that certain features like In-Memory OLTP are edition specific for SQL Server and would be possible to implement if the edition which supports that feature is being used to run the sample.
77

88
## Releases in this repository
99

@@ -21,7 +21,7 @@ To work in GitHub, go to https://github.com/microsoft/sql-server-samples and for
2121
Each sample should be in its own folder with a README.md file that follows the [template](README_samples_template.md). Generated files (e.g., .exe or .bacpac) and user configuration settings (e.g., .user) should not be committed to GitHub.
2222

2323
## Cloning only a subset of the repo (with sparse checkout)
24-
You can follow the steps below to clone individual files from the sql-server-samples git repo. Note: The following script clones only the files under the **features** and **demos** folders.
24+
You can follow the steps below to clone individual files from the sql-server-samples git repo. Note: The following script clones only the files under the **features** and **demos** folders.
2525
```
2626
git clone -n https://github.com/Microsoft/sql-server-samples
2727
cd sql-server-samples

README_samples_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To run this sample, you need the following prerequisites.
5959

6060
2. In Visual Studio Build menu, select **Build Solution** (or Press F6).
6161

62-
3. Step 3 ...
62+
3. Step 3 ...
6363

6464
<a name=sample-details></a>
6565

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Instead, please report them to the Microsoft Security Response Center (MSRC) at
1414

1515
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
1616

17-
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
1818

1919
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
2020

media/demos/sql-sampledb/sampledb1/sampleDB1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
This is sourced from progress.com, variation by lightofodin.
33
Basic database housing a sales scenario, that features employees and departments.
44
*/

samples/applications/aspnet-session-state/aspstate_sql2016_no_retry.sql

Lines changed: 127 additions & 127 deletions
Large diffs are not rendered by default.

samples/applications/aspnet-session-state/aspstate_sql2016_with_retry.sql

Lines changed: 595 additions & 595 deletions
Large diffs are not rendered by default.

samples/applications/azure-data-studio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For Parameterization.ipynb Sample:
4949

5050
## Sample details
5151

52-
This Notebook allows users to follow along the docs as well as use a already parameterized notebook.
52+
This Notebook allows users to follow along the docs as well as use a already parameterized notebook.
5353

5454
## Related Links
5555
<!-- Links to more articles. Remember to delete "en-us" from the link path. -->

samples/applications/iot-connected-car/DataGenerator/DataGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<Compile Include="Properties\AssemblyInfo.cs" />
4949
</ItemGroup>
5050
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
51-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
51+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5252
Other similar extension points exist, see Microsoft.Common.targets.
5353
<Target Name="BeforeBuild">
5454
</Target>

samples/applications/iot-connected-car/DataGenerator/Properties/AssemblyInfo.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Runtime.CompilerServices;
33
using System.Runtime.InteropServices;
44

5-
// General Information about an assembly is controlled through the following
5+
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
88
[assembly: AssemblyTitle("DataGenerator")]
@@ -14,8 +14,8 @@
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

17-
// Setting ComVisible to false makes the types in this assembly not visible
18-
// to COM components. If you need to access a type in this assembly from
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

@@ -25,11 +25,11 @@
2525
// Version information for an assembly consists of the following four values:
2626
//
2727
// Major Version
28-
// Minor Version
28+
// Minor Version
2929
// Build Number
3030
// Revision
3131
//
32-
// You can specify all the values or you can default the Build and Revision Numbers
32+
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
3535
[assembly: AssemblyVersion("1.0.0.0")]

0 commit comments

Comments
 (0)