You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -5,8 +5,9 @@ End of support means the end of security updates, which can cause security and c
5
5
We recommend upgrading to current versions for the most advanced security, performance, and innovation.
6
6
7
7
For customers that couldn’t get all servers upgraded by the deadline, new options help protect applications and data during the upgrade transition:
8
-
- Migrate your existing SQL Server 2008 and 2008 R2 workloads as-is to Azure Virtual Machines, and receive additional three years of free Extended Security Updates (if and when available)
9
-
- Purchase Extended Security Updates for your servers and remain protected for up to three years until you are ready to upgrade to a newer SQL Server version
8
+
- Migrate your existing SQL Server 2008 and 2008 R2 workloads as-is to Azure Virtual Machines, and receive additional three years of free Extended Security Updates (if and when available).
9
+
- Purchase Extended Security Updates for your servers and remain protected until you are ready to upgrade to a newer SQL Server version, for up to three years after the End of Support date.
10
+
10
11
Microsoft recommends applying Extended Security Update patches as soon as they are available to keep their environment protected.
11
12
12
13
---
@@ -15,26 +16,25 @@ Microsoft recommends applying Extended Security Update patches as soon as they a
15
16
16
17
-[Useful links](#Useful-links)
17
18
-[What are Extended Security Updates for SQL Server](#What)
18
-
-[Prepare to register SQL Server instances](#Reg)
19
-
-[Register a single SQL Server instance](#RegSingle)
20
-
-[Bulk register SQL Server instances](#RegBulk)
21
-
-[Formatting requirements for a CSV file](#csv)
19
+
-[Prepare to register SQL Server instances for ESUs](#Registry)
20
+
-[Registering SQL Server instances for ESUs](#Register)
22
21
-[How to download Extended Security Updates](#Download)
23
-
-[Script examples](#Script-examples)
24
-
-[T-SQL script example](#tsql)
25
-
-[Powershell script examples](#ps)
22
+
-[Script examples](#scripts)
26
23
27
24
---
28
25
29
26
## Useful links
30
-
-[SQL Server 2008/2008R2 end of support page](https://aka.ms/sqleos)
27
+
-[SQL Server 2008 / 2008 R2 lifecycle page](https://support.microsoft.com/en-us/lifecycle/search?alpha=sql%20server%202008)
28
+
-[SQL Server 2008 / 2008 R2 end of support page](https://aka.ms/sqleos)
-[Microsoft Security Response Center (MSRC)](https://portal.msrc.microsoft.com/security-guidance/summary)
31
+
-[Manage Windows updates by using Azure Automation](https://docs.microsoft.com/azure/automation/automation-tutorial-update-management)
32
+
-[Microsoft Data Migration Guide](https://datamigration.microsoft.com/)
33
+
33
34
34
35
---
35
36
36
37
## <aname="What"></a> What are Extended Security Updates for SQL Server
37
-
38
38
Extended Security Updates (ESUs) include provision of Security Updates rated **Critical** by [MSRC](https://portal.msrc.microsoft.com/security-guidance/summary).
39
39
40
40
ESUs will be distributed if and when available, and do not include:
@@ -45,6 +45,9 @@ ESUs will be distributed if and when available, and do not include:
45
45
### Support
46
46
ESUs do not include technical support, but customers can use an active support contract such as Software Assurance or Premier/Unified Support on SQL Server 2008 / 2008 R2 to get technical support on workloads covered by ESUs if they choose to stay on-premises. Alternatively, if hosting on Azure, customers can use an Azure Support plan to get technical support.
47
47
48
+
> [!NOTE]
49
+
> Microsoft cannot provide technical support for SQL Server 2008 / 2008 R2 instances (both on-premises and in hosting environments) that are not covered with an ESU subscription.
50
+
48
51
### ESU Availability
49
52
**In Azure:** Customers who migrate workloads to Azure Virtual Machines (IaaS) will have access to Extended Security Updates for SQL Server 2008 and 2008 R2 for three years after the End of Support dates for **no additional charges** above the cost of running the virtual machine. Customers do not need Software Assurance to receive Extended Security Updates in Azure.
50
53
@@ -53,217 +56,32 @@ ESUs do not include technical support, but customers can use an active support c
53
56
For more information, refer to the [Extended Security Updates frequently asked questions](https://aka.ms/sqleosfaq).
54
57
55
58
### ESU Delivery
56
-
**Azure Virtual Machines:** Customers will receive updates automatically through existing SQL Server update channels, whenever vulnerabilities are found, and rated **Critical** by MSRC. If an Azure Virtual Machine is not configured to receive automatic updates, then the on-premises download option applies.
59
+
**Azure Virtual Machines:** Customers will receive updates automatically through existing SQL Server update channels, whenever vulnerabilities are found, and rated **Critical** by MSRC. If an Azure Virtual Machine is not [configured to receive automatic updates](https://docs.microsoft.com/azure/automation/automation-tutorial-update-management), then the on-premises download option applies.
57
60
58
-
**On-premises or hosted environments:** Customers that buy Extended Security Updates will be able to [register the eligible instances](#Reg) and download updates from the Azure Portal to deploy to their on-premises or hosted environments, whenever vulnerabilities are found, and rated **Critical** by MSRC. This is also the process that customers will need to follow for Azure Stack and Azure Virtual Machines that are not configured to receive automatic updates.
61
+
**On-premises or hosted environments:** Customers that buy Extended Security Updates will be able to [register the eligible instances](#Registry) and download updates from the Azure Portal to deploy to their on-premises or hosted environments, whenever vulnerabilities are found, and rated **Critical** by MSRC. This is also the process that customers will need to follow for Azure Stack and Azure Virtual Machines that are not configured to receive automatic updates.
59
62
60
63
---
61
64
62
-
## <aname="Reg"></a> Prepare to register SQL Server instances
63
-
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.
64
-
65
-
To register SQL Server instances, you must first create a SQL Server Registry in the [Azure portal](https://portal.azure.com).
66
-
67
-
1. Open the [Azure portal](https://portal.azure.com) and log in.
68
-
69
-
2. If this is your first time registering a SQL Server instance, click the plus (+) sign in the top-left area of the page to create a new resource. Then type *SQL Server Registry* in the text box and hit the **Enter** key.
5. In the **PROJECT DETAILS** section, select the ***subscription*** on which to create the Registry. Then, select either an existing ***Resource group***, or create a new one.
And then click on the ***Review + create*** button.
90
-
91
-
6. If the validation passed, you are presented with a screen that summarizes the choices for the new registry resource. If everything seems correct, click on the ***Create*** button to start deployment of the new resource.
## <aname="Registry"></a> Prepare to register SQL Server instances for ESUs
66
+
To create your SQL Server Registry, which will allow you to register your ESU-enabled SQL Server instances, see [Create the SQL Server Registry](./registry.md).
104
67
105
68
---
106
69
107
-
## <aname="RegSingle"></a> Register a single SQL Server instance
108
-
109
-
1. To register a new SQL Server instance, click the ***+ Register*** button in the top bar.
110
-
111
-

112
-
113
-
2. Enter the required information as seen below:
114
-
-**Instance Name:** enter the output of running the command `SELECT @@SERVERNAME` or `SELECT SERVERPROPERTY('ServerName')`
115
-
-**SQL Version:** select from the drop-down the applicable version
116
-
- 2008
117
-
- 2008 R2
118
-
-**Edition:** select from the drop-down the applicable edition
119
-
- Datacenter
120
-
- Developer (free to deploy if purchased ESUs)
121
-
- Enterprise
122
-
- Standard
123
-
- Web
124
-
- Workgroup
125
-
-**Cores:** enter the number of cores for this instance
126
-
-**Host Type:** select from the drop-down the applicable environment
127
-
- Virtual Machine (on-premises)
128
-
- Physical Server (on-premises)
129
-
- Azure Virtual Machine (includes Azure Stack and VMWare on Azure)
130
-
- Amazon EC2
131
-
- Google Compute Engine
132
-
- Other
133
-
134
-
135
-

136
-
137
-
If registering an Azure Virtual Machine (VM), additional information is required to complete registration:
138
-
-**Subscription Id:** enter the subscription ID on where the VM is created
139
-
-**Resource Group:** enter the resource group on where the VM is created
140
-
-**Azure VM Name:** enter the VM resource name
141
-
-**Azure VM Operating System:** select from the drop-down the applicable Windows Server version
142
-
143
-
3. When all fields are populated, click the ***Register*** button to complete registration.
144
-
145
-

146
-
147
-
4. The newly registered instance will be available in the ***Registered servers*** section of the page.
148
-
149
-

150
-
151
-
---
152
-
153
-
## <aname="RegBulk"></a> Bulk register SQL Server instances
154
-
155
-
1. To bulk register new SQL Server instances, click the ***↑ Bulk Register*** button in the top bar.
2. Click the folder icon to search for a previously prepared CSV file that contains all the required information to register SQL Server instances. Once selected, click the ***Register*** button.
Refer to [MyAzureVMs.csv](./scripts/MyAzureVMs.csv) for an Azure VM targetted CSV file example.
70
+
## <aname="Register"></a> Registering SQL Server instances for ESUs
71
+
To register your ESU-enabled SQL Server instances, see [Registering SQL Server instances for ESUs](./register.md).
211
72
212
73
---
213
74
214
75
## <aname="Download"></a> How to download Extended Security Updates
215
76
216
-
1. To download a security update that is made available throughout the three years of the ESU program, click ***Security Updates***.
77
+
1. To download a security update that is made available throughout the three years of the ESU subscription, click ***Security Updates***.
217
78
- All available ESU packages available per version will be listed
218
79
- A ***Download*** button will appear inline with each available update package, allowing customers to download, to later install in the eligible SQL Server instances.
219
80
220
81

221
82
222
-
## Script examples
223
-
224
-
### <aname="tsql"></a> T-SQL
225
-
To collect data from a single instance, you can use the example T-SQL script [EOS_DataGenerator_SingleInstance.sql](./scripts/EOS_DataGenerator_SingleInstance.sql) below:
LEFT(@Edition,CHARINDEX('', @Edition,0)-1) AS edition,
253
-
@Cores AS cores,
254
-
@HostType AS hostType;
255
-
```
256
-
> [!NOTE]
257
-
> Verify if the **Host Type** is correct for your SQL Server instance.
258
-
259
-
### <aname="ps"></a> Powershell
260
-
261
-
To collect data from all instances in a single machine, you can use the example Powershell script [EOS_DataGenerator_LocalDiscovery.ps1](./scripts/EOS_DataGenerator_LocalDiscovery.ps1). Can be used in an Azure VM, on-premises physical server or on-premises VM.
262
-
263
-
> [!NOTE]
264
-
> Verify if the **Host Type** is correct for your SQL Server instance before uploading the CSV file.
83
+
---
265
84
266
-
To collect data 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.
> Verify if the **Host Type** is correct for your SQL Server instance before uploading the CSV file.
87
+
For example scripts in T-SQL and Powershell that can generate the required SQL Server instance registration information, see [ESU registration script examples](scripts.md).
0 commit comments