Skip to content

Commit d9c524e

Browse files
authored
Merge pull request #714 from microsoft/pmasl-patch-11
Update readme.md
2 parents 418c37e + 52af15f commit d9c524e

3 files changed

Lines changed: 2 additions & 274 deletions

File tree

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

3-
# SQL Server 2008/2008 R2 Extended Security Updates (ESUs)
4-
SQL Server 2008 and SQL Server 2008 R2 have reached the end of their support lifecycle on July 9, 2019.
5-
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.
6-
End of support means the end of security updates, which can cause security and compliance issues and put applications and business at risk.
7-
Microsoft recommends upgrading to current versions for the most advanced security, performance, and innovation.
3+
This page content has moved to [SQL Docs](https://docs.microsoft.com/sql/sql-server/end-of-support/sql-server-extended-security-updates).
84

9-
For customers that couldn’t get all servers upgraded by the deadline, new options help protect applications and data during the upgrade transition:
10-
- Migrate your existing SQL Server 2008 and 2008 R2 workloads as-is to Azure Virtual Machines, and automatically subscribe to an additional three years of Extended Security Updates (if and when available) at no additional cost apart from the VM cost.
11-
- Purchase an Extended Security Update subscription 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.
12-
13-
**IMPORTANT:** as stated in the [ESU FAQ page](https://aka.ms/sqleosfaq), ESUs will be distributed **if and when available**, when a security vulnerability is discovered that is rated **Critical** by [MSRC](https://portal.msrc.microsoft.com/security-guidance/summary). Therefore, there is no regular release cadence for SQL Server ESUs.
14-
15-
**NOTE:** When an ESU does get released, Microsoft recommends applying ESU patches as soon as they are available to keep a SQL Server instance protected. For other clarifications and frequently asked questions, refer to the the [ESU FAQ page](https://aka.ms/sqleosfaq).
16-
17-
---
18-
19-
## Table of Contents
20-
21-
- [Useful links](#Useful-links)
22-
- [What are Extended Security Updates for SQL Server](#What)
23-
- [Prepare to register SQL Server instances for ESUs](#Registry)
24-
- [Registering SQL Server instances for ESUs](#Register)
25-
- [How to download Extended Security Updates](#Download)
26-
- [Script examples](#scripts)
27-
28-
---
29-
30-
## Useful links
31-
- [SQL Server 2008 / 2008 R2 lifecycle page](https://support.microsoft.com/en-us/lifecycle/search?alpha=sql%20server%202008)
32-
- [SQL Server 2008 / 2008 R2 end of support page](https://aka.ms/sqleos)
33-
- [Extended Security Updates frequently asked questions (FAQ)](https://aka.ms/sqleosfaq)
34-
- [Microsoft Security Response Center (MSRC)](https://portal.msrc.microsoft.com/security-guidance/summary)
35-
- [Manage Windows updates by using Azure Automation](https://docs.microsoft.com/azure/automation/automation-tutorial-update-management)
36-
- [Microsoft Data Migration Guide](https://datamigration.microsoft.com/)
37-
- [Azure Migrate - lift-and-shift options to move your current SQL 2008 / 2008 R2 into an Azure VM](https://azure.microsoft.com/services/azure-migrate/)
38-
39-
---
40-
41-
## <a name="What"></a> What are Extended Security Updates for SQL Server
42-
Extended Security Updates (ESUs) for SQL Server 2008/2008 R2 include provision of Security Updates, when a security vulnerability is found and rated **Critical** by [MSRC](https://portal.msrc.microsoft.com/security-guidance/summary) in these versions. There is no regular release cadence for SQL Server ESUs.
43-
44-
ESUs will be distributed **if and when available**, and do not include:
45-
- New features
46-
- Customer-requested non-security hotfixes
47-
- Design change requests
48-
49-
### Support
50-
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.
51-
52-
**Note**: 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.
53-
54-
### ESU Availability
55-
**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.
56-
57-
**On-premises or hosted environments:** Software Assurance customers can purchase Extended Security Updates for three years after End of Support date, under an Enterprise Agreement (EA), Enterprise Subscription Agreement (EAS), a Server & Cloud Enrollment (SCE), or an Enrollment for Education Solutions (EES). Customers can purchase Extended Security Updates only for the servers they need to cover. Extended Security Updates can be purchased directly from Microsoft or a Microsoft licensing partner.
58-
59-
For more information, refer to the [Extended Security Updates frequently asked questions](https://aka.ms/sqleosfaq).
60-
61-
### ESU Delivery
62-
**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.
63-
64-
**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.
65-
66-
---
67-
68-
## <a name="Registry"></a> Prepare to register SQL Server instances for ESUs
69-
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).
70-
71-
---
72-
73-
## <a name="Register"></a> Registering SQL Server instances for ESUs
74-
To register your ESU-enabled SQL Server instances, see [Registering SQL Server instances for ESUs](./register.md).
75-
76-
---
77-
78-
## <a name="Download"></a> How to download Extended Security Updates
79-
80-
To download a security update that is made available throughout the three years of the ESU subscription, click on ***Security Updates*** located in the left menu pane.
81-
- All available ESU packages available per version will be listed
82-
- A ***Download*** button will appear inline with each available update package, allowing customers to download, to later install in the eligible SQL Server instances.
83-
84-
![Downloads](./media/Downloads.png "Downloads")
85-
86-
If there are no available ESU packages for your registered SQL Server 2008 / 2008 R2 instances, the SQL Server registry download page will display the message "No updates available", as seen in the screenshot above.
87-
88-
---
89-
90-
## <a name="scripts"></a> ESU registration script examples
91-
92-
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).
5+
ESU registration script examples in T-SQL and Powershell that can generate the required SQL Server instance registration information are still available through GitHub. See [ESU registration script examples](scripts.md) for details.

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

Lines changed: 0 additions & 131 deletions
This file was deleted.

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

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)