Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit d734b75

Browse files
committed
Begone, 2008
1 parent 42a32da commit d734b75

1 file changed

Lines changed: 15 additions & 20 deletions

File tree

docs/sql-server/end-of-support/sql-server-extended-security-updates.md

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ For on-premises [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instan
210210

211211
```csv
212212
name,version,edition,cores,hostType
213-
Server1\SQL2008,2008,Enterprise,12,Physical Server
214-
Server1\SQL2008R2,2008 R2,Enterprise,12,Physical Server
215-
Server2\SQL2008R2,2008 R2,Enterprise,24,Physical Server
216-
Server3\SQL2008R2,2008 R2,Enterprise,12,Virtual Machine
217-
Server4\SQL2008,2008,Developer,8,Physical Server
213+
Server1\SQL2012,2012,Enterprise,12,Physical Server
214+
Server1\SQL2012,2012,Enterprise,12,Physical Server
215+
Server2\SQL2012,2012,Enterprise,24,Physical Server
216+
Server3\SQL2012,2012,Enterprise,12,Virtual Machine
217+
Server4\SQL2012,2012,Developer,8,Physical Server
218218
```
219219

220220
Refer to [MyPhysicalServers.csv](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-server-extended-security-updates/scripts/MyPhysicalServers.csv) for a CSV file example.
@@ -225,16 +225,16 @@ For Azure Virtual Machine [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.m
225225

226226
```csv
227227
name,version,edition,cores,hostType,subscriptionId,resourceGroup,azureVmName,azureVmOS
228-
ProdServerUS1\SQL01,2008 R2,Enterprise,12,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM1,2012
229-
ProdServerUS1\SQL02,2008 R2,Enterprise,24,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM1,2012
230-
ServerUS2\SQL01,2008,Enterprise,12,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM2,2012 R2
231-
ServerUS2\SQL02,2008,Enterprise,8,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM2,2012 R2
232-
SalesServer\SQLProdSales,2008 R2,Developer,8,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM3,2008 R2
228+
ProdServerUS1\SQL01,2012,Enterprise,12,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM1,2012
229+
ProdServerUS1\SQL02,2012,Enterprise,24,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM1,2012
230+
ServerUS2\SQL01,2012,Enterprise,12,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM2,2012
231+
ServerUS2\SQL02,2012,Enterprise,8,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM2,2012
232+
SalesServer\SQLProdSales,2012,Developer,8,Azure Virtual Machine,61868ab8-16d4-44ec-a9ff-f35d05922847,RG,VM3,2012
233233
```
234234

235-
Refer to [MyAzureVMs.csv](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-server-extended-security-updates/scripts/MyAzureVMs.csv) for an Azure VM targeted CSV file example.
235+
Refer to [MyAzureVMs.csv](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-server-extended-security-updates/scripts/MyAzureVMs.csv) for an Azure VM targeted CSV file example.
236236

237-
For [!INCLUDE[tsql](../../includes/tsql-md.md)] and PowerShell example scripts that can generate the required [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance registration information into a .CSV file, see [ESU registration script examples](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-server-extended-security-updates/scripts.md).
237+
For [!INCLUDE[tsql](../../includes/tsql-md.md)] and PowerShell example scripts that can generate the required [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] instance registration information into a .CSV file, see [ESU registration script examples](https://github.com/microsoft/sql-server-samples/blob/master/samples/manage/sql-server-extended-security-updates/scripts.md).
238238

239239
## Download ESUs
240240

@@ -303,19 +303,18 @@ To configure regional redundancy, follow these steps:
303303
|---|---|---|---|---|
304304
|Server2|2012|Standard|55|Physical Server|
305305
|t5\Server3|2012|Standard|55|Physical Server|
306-
|Server1\SQL2008|2008|Enterprise|12|Physical Server|
307306
|Server1\SQL2012|2012|Enterprise|12|Physical Server|
308307

309308
**`upload2.csv`**
310309

311310
|Name|Version|Edition|Cores|HostType|
312311
|---|---|---|---|---|
313-
|Server2\SQL2008R2|2008 R2|Enterprise|24|Physical Server|
312+
|Server2\SQL2012|2012|Enterprise|24|Physical Server|
314313
|Server3\SQL2012|2012|Enterprise|12|Physical Server|
315314
|Server4\SQL2012|2012|Developer|8|Physical Server|
316315

317-
1. Create the first **Azure Arc** service in one region, and then bulk register one of the csv files to it. For example, create the first **Azure Arc** service in the **West US** region, and bulk register your SQL Servers using the upload1.csv file.
318-
1. Create the second **Azure Arc** service in the second region, and then bulk register the other csv file to it. For example, create the second **Azure Arc** service in the **East US** region, and bulk register your SQL Servers using the upload2.csv file.
316+
1. Create the first **Azure Arc** service in one region, and then bulk register one of the csv files to it. For example, create the first **Azure Arc** service in the **West US** region, and bulk register your SQL Servers using the `upload1.csv file`.
317+
1. Create the second **Azure Arc** service in the second region, and then bulk register the other csv file to it. For example, create the second **Azure Arc** service in the **East US** region, and bulk register your SQL Servers using the `upload2.csv` file.
319318

320319
Once your data has been registered with the two different **Azure Arc** resources, you will be able to download security updates from either region, based on service availability.
321320

@@ -327,10 +326,6 @@ General frequently asked questions about Extended Security updates can be found
327326

328327
The End of Support date for [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] was July 12, 2022.
329328

330-
**When was the End of Support for SQL Server 2008 and 2008 R2?**
331-
332-
The End of Support date for [!INCLUDE[ssKatmai](../../includes/ssKatmai-md.md)] and [!INCLUDE[ssKilimanjaro](../../includes/ssKilimanjaro-md.md)] was July 9, 2019.
333-
334329
**What does End of Support mean?**
335330

336331
Microsoft Lifecycle Policy offers 10 years of support (5 years for Mainstream Support and 5 years for Extended Support) for Business and Developer products (such as [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and Windows Server). As per the policy, after the end of the Extended Support period there will be no patches or security updates, which may cause security and compliance issues, and expose customers' applications and business to serious security risks.

0 commit comments

Comments
 (0)