Skip to content

Commit d146304

Browse files
committed
Bring it up to date with main branch
2 parents f065745 + 006fe33 commit d146304

13 files changed

Lines changed: 190 additions & 910 deletions

.openpublishing.redirection.azure-sql.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,6 @@
205205
"redirect_url": "/azure/azure-sql/database/service-tiers-vcore",
206206
"redirect_document_id": false
207207
},
208-
{
209-
"source_path_from_root": "/azure-sql/virtual-machines/windows/sql-server-2008-extend-end-of-support.md",
210-
"redirect_url": "/azure/azure-sql/virtual-machines/windows/sql-server-extend-end-of-support",
211-
"redirect_document_id": true
212-
},
213208
{
214209
"source_path_from_root": "/azure-sql/virtual-machines/linux/sql/sql-server-linux-faq.md",
215210
"redirect_url": "/azure/azure-sql/virtual-machines/linux/frequently-asked-questions-faq",
@@ -400,6 +395,11 @@
400395
"redirect_url": "/azure/azure-sql/virtual-machines/windows/sql-server-extend-end-of-support",
401396
"redirect_document_id": true
402397
},
398+
{
399+
"source_path_from_root": "/azure-sql/virtual-machines/windows/sql-server-2008-extend-end-of-support.md",
400+
"redirect_url": "/azure/azure-sql/virtual-machines/windows/sql-server-extend-end-of-support",
401+
"redirect_document_id": false
402+
},
403403
{
404404
"source_path_from_root": "/azure-sql/virtual-machines/windows/sql/virtual-machines-windows-sql-server-agent-extension.md",
405405
"redirect_url": "/azure/azure-sql/virtual-machines/windows/sql-server-iaas-agent-extension-automate-management",

azure-sql/migration-guides/virtual-machines/oracle-to-sql-on-azure-vm-guide.md

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

azure-sql/migration-guides/virtual-machines/sql-server-to-sql-on-azure-vm-individual-databases-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
title: "SQL Server to SQL Server on Azure Virtual Machines: Migration guide"
33
titleSuffix: SQL Server on Azure VMs
4-
description: In this guide, you learn how to migrate your individual SQL Server databases to SQL Server on Azure Virtual Machines.
4+
description: In this guide, you learn how to migrate your individual SQL Server databases to SQL Server on Azure Virtual Machines.
55
ms.custom: ""
66
ms.service: virtual-machines-sql
77
ms.subservice: migration-guide
8-
ms.devlang:
8+
ms.devlang:
99
ms.topic: how-to
1010
author: markjones-msft
1111
ms.author: markjon
12-
ms.reviewer: chadam, mathoma, randolphwest
13-
ms.date: 04/26/2022
12+
ms.reviewer: mathoma, randolphwest
13+
ms.date: 05/24/2022
1414
---
1515

1616
# Migration guide: SQL Server to SQL Server on Azure Virtual Machines
@@ -210,7 +210,7 @@ For more information about these issues and the steps to mitigate them, see:
210210

211211
- For information about licensing, see:
212212
- [Bring your own license with the Azure Hybrid Benefit](../../virtual-machines/windows/licensing-model-azure-hybrid-benefit-ahb-change.md)
213-
- [Get free extended support for SQL Server 2012](../../virtual-machines/windows/sql-server-extend-end-of-support.md)
213+
- [Get free extended support for SQL Server](../../virtual-machines/windows/sql-server-extend-end-of-support.md)
214214

215215
- To assess the application access layer, see [Data Access Migration Toolkit (preview)](https://marketplace.visualstudio.com/items?itemName=ms-databasemigration.data-access-migration-toolkit).
216216
- For information about how to perform A/B testing for the data access layer, see [Overview of Database Experimentation Assistant](/sql/dea/database-experimentation-assistant-overview).

azure-sql/migration-guides/virtual-machines/sql-server-to-sql-on-azure-vm-migration-overview.md

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

azure-sql/virtual-machines/windows/frequently-asked-questions-faq.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
ms.topic: faq
1414
ms.tgt_pltfrm: vm-windows-sql-server
1515
ms.workload: iaas-sql-server
16-
ms.date: 04/26/2022
16+
ms.date: 05/24/2022
1717
ms.author: pamela
1818
ms.reviewer: randolphwest
1919
title: Frequently asked questions for SQL Server on Azure VMs
@@ -224,12 +224,12 @@ sections:
224224
Virtual machines give you control over the host machine, including when and how you apply updates. For the operating system, you can manually apply windows updates, or you can enable a scheduling service called [Automated Patching](automated-patching.md). Automated Patching installs any updates that are marked important, including SQL Server updates in that category. Other optional updates to SQL Server must be installed manually.
225225
226226
- question: |
227-
Can I upgrade my SQL Server 2008 / 2008 R2 instance after registering it with the SQL IaaS Agent extension?
227+
Can I upgrade my SQL Server instance after registering it with the SQL IaaS Agent extension?
228228
answer: |
229229
If the OS is Windows Server 2008 R2 or later, yes. You can use any setup media to upgrade the version and edition of SQL Server, and then you can upgrade your [SQL IaaS extension mode](sql-server-iaas-agent-extension-automate-management.md#management-modes)) from _no agent_ to _full_. Doing so will give you access to all the benefits of the SQL IaaS extension such as portal manageability, automated backups, and automated patching. If the OS version is Windows Server 2008, only NoAgent mode is supported.
230230
231231
- question: |
232-
How can I get free extended security updates for my end of support SQL Server instances?
232+
How can I get free extended security updates for my end of support instances?
233233
answer: |
234234
You can get [free extended security updates](sql-server-extend-end-of-support.md) by moving your SQL Server as-is to an Azure virtual machine. For more information, see [end of support options](/sql/sql-server/end-of-support/sql-server-end-of-support-overview).
235235

azure-sql/virtual-machines/windows/migrate-to-vm-from-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: iaas-sql-server
1212
ms.tgt_pltfrm: vm-windows-sql-server
1313
ms.subservice: migration
1414
ms.topic: how-to
15-
ms.date: 04/26/2022
15+
ms.date: 05/24/2022
1616
ms.author: pamela
1717
ms.reviewer: mathoma, randolphwest
1818
---
@@ -25,7 +25,7 @@ There are many ways to migrate an on-premises SQL Server user database to SQL Se
2525
[!INCLUDE [learn-about-deployment-models](../../includes/learn-about-deployment-models-both-include.md)]
2626

2727
> [!NOTE]
28-
> SQL Server 2012 is approaching the [end of support life cycle](/lifecycle/products/microsoft-sql-server-2012) for on-premises instances. To extend support, you can either migrate your SQL Server instance to an Azure VM, or buy Extended Security Updates to keep it on-premises. For more information, see [Extend support for SQL Server 2012 with Azure](sql-server-extend-end-of-support.md)
28+
> SQL Server 2012 is approaching its [end of support life cycle](/lifecycle/products/microsoft-sql-server-2012) for on-premises instances. To extend support, you can either migrate your SQL Server instance to an Azure VM, or buy Extended Security Updates to keep it on-premises. For more information, see [Extend support for SQL Server with Azure](sql-server-extend-end-of-support.md).
2929
3030
## What are the primary migration methods?
3131

azure-sql/virtual-machines/windows/sql-server-extend-end-of-support.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ author: bluefooted
77
tags: azure-service-management
88
ms.service: virtual-machines-sql
99
ms.subservice: management
10-
1110
ms.topic: conceptual
1211
ms.tgt_pltfrm: vm-windows-sql-server
1312
ms.workload: iaas-sql-server
14-
ms.date: 04/26/2022
13+
ms.date: 05/24/2022
1514
ms.author: pamela
1615
ms.reviewer: mathoma, randolphwest
1716
ms.custom: "seo-lt-2019"
@@ -22,8 +21,7 @@ ms.custom: "seo-lt-2019"
2221

2322
SQL Server 2012 has reached the [end of its support (EOS) life cycle](/lifecycle/products/microsoft-sql-server-2012). Because many customers are still using this version, we're providing several options to continue getting support. You can migrate your on-premises SQL Server instances to Azure virtual machines (VMs), migrate to Azure SQL Database, or stay on-premises and purchase extended security updates.
2423

25-
> [!TIP]
26-
>
24+
> [!TIP]
2725
> Customers on SQL Server 2008 and SQL Server 2008 R2 can migrate to Azure SQL Server VMs if they wish to continue receiving Extended Security Updates, until [July 12, 2023](https://www.microsoft.com/windows-server/extended-security-updates).
2826
2927
Unlike with a managed instance, migrating to an Azure VM does not require recertifying your applications. And unlike with staying on-premises, you'll receive free extended security patches by migrating to an Azure VM.
@@ -42,7 +40,7 @@ Images deployed through Azure Marketplace come with the SQL IaaS extension pre-i
4240

4341
> [!NOTE]
4442
>
45-
> Although the SQL Server **Create** and **Manage** blades will work with the SQL Server 2012 image in the Azure portal, the following features are _not supported_: Automatic backups, Azure Key Vault integration, and R Services.
43+
> Although the SQL Server **Create** and **Manage** options will work with the SQL Server 2012 image in the Azure portal, the following features are _not supported_: Automatic backups, Azure Key Vault integration, and R Services.
4644
4745
## Licensing
4846

0 commit comments

Comments
 (0)