Skip to content

Commit 3388812

Browse files
author
pmasl
committed
Updated EOS docs
1 parent 28379e7 commit 3388812

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed
Loading

samples/manage/sql-server-extended-security-updates/readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](./media/solutions-microsoft-logo-small.png)
2+
13
# SQL Server 2008/2008 R2 Extended Security Updates (ESUs)
24
SQL Server 2008 and SQL Server 2008 R2 have reached the end of their support lifecycle on July 9, 2019.
35
Each version is backed by a minimum of 10 years of support (5 years for Mainstream Support and 5 years for Extended Support) including regular security updates.

samples/manage/sql-server-extended-security-updates/register.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](./media/solutions-microsoft-logo-small.png)
2+
13
# Registering SQL Server instances for ESUs
24

35
## Table of Contents

samples/manage/sql-server-extended-security-updates/registry.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](./media/solutions-microsoft-logo-small.png)
2+
13
# Create the SQL Server Registry
24
Before being able access the Extended Security Updates (ESU) download area in the Azure portal, the SQL Server instances covered by ESUs must be registered. This ensures that you are able to download an ESU package if and when available.
35

samples/manage/sql-server-extended-security-updates/scripts.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![](./media/solutions-microsoft-logo-small.png)
2+
13
# ESU registration script examples
24

35
Microsoft shares example scripts in [T-SQL](#tsql) and [Powershell](#ps) that can generate the required SQL Server instance registration information. The Powershell samples create a CSV file that can be used to bulk register SQL Server instances covered by an ESU subscription.
@@ -34,8 +36,7 @@ SELECT SERVERPROPERTY('ServerName') AS [name],
3436
@Cores AS cores,
3537
@HostType AS hostType;
3638
```
37-
> [!NOTE]
38-
> Verify if the **Host Type** is correct for your SQL Server instance.
39+
**Note**: Verify if the **Host Type** is correct for your SQL Server instance.
3940

4041
## <a name="ps"></a> Powershell
4142

@@ -46,5 +47,4 @@ To collect registration information from **all instances in a single machine**,
4647
4748
To collect registration information from **all instances listed in a text file**, you can use the example Powershell script [EOS_DataGenerator_InputList.ps1](./scripts/EOS_DataGenerator_InputList.ps1). Refer to [ServerInstances.txt](./scripts/ServerInstances.txt) for an input text file example.
4849

49-
> [!NOTE]
50-
> Verify if the **Host Type** is correct for your SQL Server instance before uploading the CSV file.
50+
**Note**: Verify if the **Host Type** is correct for your SQL Server instance before uploading the CSV file.

0 commit comments

Comments
 (0)