Skip to content

Commit d845beb

Browse files
authored
Merge pull request #101155 from MashaMSFT/20190114_edition
reorganized change edition doc (AzB 1652242)
2 parents f54ba99 + 6c86c71 commit d845beb

File tree

2 files changed

+27
-23
lines changed

2 files changed

+27
-23
lines changed

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-change-edition.md

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: In-place upgrade of SQL Server edition
3-
description: Learn how to change the edition of your SQL Server VM in Azure.
2+
title: In-place change of SQL Server edition
3+
description: Learn how to change the edition of your SQL Server virtual machine in Azure.
44
services: virtual-machines-windows
55
documentationcenter: na
66
author: MashaMSFT
@@ -11,45 +11,35 @@ ms.service: virtual-machines-sql
1111
ms.topic: article
1212
ms.tgt_pltfrm: vm-windows-sql-server
1313
ms.workload: iaas-sql-server
14-
ms.date: 06/26/2019
14+
ms.date: 01/14/2020
1515
ms.author: mathoma
1616
ms.reviewer: jroth
1717
ms.custom: "seo-lt-2019"
1818

1919
---
20-
# Perform an in-place upgrade of a SQL Server edition on an Azure VM
20+
# In-place change of SQL Server edition on Azure VM
2121

2222
This article describes how to change the edition of SQL Server on a Windows virtual machine in Azure.
2323

24-
The edition of SQL Server is determined by the product key, and is specified with the installation process. The edition dictates what [features](/sql/sql-server/editions-and-components-of-sql-server-2017) are available in the SQL Server product. You can change the SQL Server edition with the installation media and either downgrade to reduce cost or upgrade to enable more features.
25-
26-
If you updated the edition of SQL Server by using the installation media after registering with the SQL VM resource provider, then to update the Azure billing accordingly, you should set the SQL Server edition property of the SQL VM resource as follows:
27-
28-
1. Sign in to the [Azure portal](https://portal.azure.com).
29-
1. Go to your SQL Server virtual machine resource.
30-
1. Under **Settings**, select **Configure**. Then select your desired edition of SQL Server from the drop-down list under **Edition**.
31-
32-
![Change edition metadata](media/virtual-machines-windows-sql-change-edition/edition-change-in-portal.png)
33-
34-
1. Review the warning that says you must change the SQL Server edition first, and that the edition property must match the SQL Server edition.
35-
1. Select **Apply** to apply your edition metadata changes.
24+
The edition of SQL Server is determined by the product key, and is specified during the installation process using the installation media. The edition dictates what [features](/sql/sql-server/editions-and-components-of-sql-server-2017) are available in the SQL Server product. You can change the SQL Server edition with the installation media and either downgrade to reduce cost or upgrade to enable more features.
3625

26+
Once the edition of SQL Server has been changed internally to the SQL Server VM, you must then update the edition property of SQL Server in the Azure portal for billing purposes.
3727

3828
## Prerequisites
3929

4030
To do an in-place change of the edition of SQL Server, you need the following:
4131

4232
- An [Azure subscription](https://azure.microsoft.com/free/).
4333
- A [SQL Server VM on Windows](https://docs.microsoft.com/azure/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-server-provision) registered with the [SQL VM resource provider](virtual-machines-windows-sql-register-with-resource-provider.md).
44-
- Setup media with the desired edition of SQL Server. Customers who have [Software Assurance](https://www.microsoft.com/licensing/licensing-programs/software-assurance-default) can obtain their installation media from the [Volume Licensing Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx). Customers who don't have Software Assurance can use the setup media from an Azure Marketplace SQL Server VM image that has their desired edition.
34+
- Setup media with the **desired edition** of SQL Server. Customers who have [Software Assurance](https://www.microsoft.com/licensing/licensing-programs/software-assurance-default) can obtain their installation media from the [Volume Licensing Center](https://www.microsoft.com/Licensing/servicecenter/default.aspx). Customers who don't have Software Assurance can use the setup media from an Azure Marketplace SQL Server VM image that has their desired edition (typically located in `c:\SQLInstalls`).
4535

4636

4737
## Upgrade an edition
4838

4939
> [!WARNING]
5040
> Upgrading the edition of SQL Server will restart the service for SQL Server, along with any associated services, such as Analysis Services and R Services.
5141
52-
To upgrade SQL Server, obtain the SQL Server setup media for the desired edition of SQL Server, and then do the following:
42+
To upgrade the edition of SQL Server, obtain the SQL Server setup media for the desired edition of SQL Server, and then do the following:
5343

5444
1. Open Setup.exe from the SQL Server installation media.
5545
1. Go to **Maintenance** and choose the **Edition Upgrade** option.
@@ -58,11 +48,11 @@ To upgrade SQL Server, obtain the SQL Server setup media for the desired edition
5848

5949
1. Select **Next** until you reach the **Ready to upgrade edition** page, and then select **Upgrade**. The setup window might stop responding for a few minutes while the change is taking effect. A **Complete** page will confirm that your edition upgrade is finished.
6050

61-
After the SQL Server edition is upgraded, modify the edition property of the SQL Server virtual machine in the Azure portal as shown earlier. This will update the metadata and billing associated with this VM.
51+
After the SQL Server edition is upgraded, modify the edition property of the SQL Server virtual machine in the Azure portal. This will update the metadata and billing associated with this VM.
6252

6353
## Downgrade an edition
6454

65-
To downgrade the edition of SQL Server, you need to completely uninstall SQL Server, and reinstall it again with the desired edition setup media.
55+
To downgrade the edition of SQL Server, you need to completely uninstall SQL Server, and reinstall it again with the desired edition setup media.
6656

6757
> [!WARNING]
6858
> Uninstalling SQL Server might incur additional downtime.
@@ -77,7 +67,21 @@ You can downgrade the edition of SQL Server by following these steps:
7767
1. Install the latest service packs and cumulative updates.
7868
1. Replace the new system databases that were created during installation with the system databases that you previously moved to a different location.
7969

80-
After the SQL Server edition is downgraded, modify the edition property of the SQL Server virtual machine in the Azure portal as shown earlier. This will update the metadata and billing associated with this VM.
70+
After the SQL Server edition is downgraded, modify the edition property of the SQL Server virtual machine in the Azure portal. This will update the metadata and billing associated with this VM.
71+
72+
## Change edition in portal
73+
74+
Once you've changed the edition of SQL Server using the installation media, and you've registered your SQL Server VM with the [SQL VM resource provider](virtual-machines-windows-sql-register-with-resource-provider.md), you can then use the Azure portal to modify the Edition property of the SQL Server VM for billing purposes. To do so, follow these steps:
75+
76+
1. Sign in to the [Azure portal](https://portal.azure.com).
77+
1. Go to your SQL Server virtual machine resource.
78+
1. Under **Settings**, select **Configure**. Then select your desired edition of SQL Server from the drop-down list under **Edition**.
79+
80+
![Change edition metadata](media/virtual-machines-windows-sql-change-edition/edition-change-in-portal.png)
81+
82+
1. Review the warning that says you must change the SQL Server edition first, and that the edition property must match the SQL Server edition.
83+
1. Select **Apply** to apply your edition metadata changes.
84+
8185

8286
## Remarks
8387

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-server-iaas-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ This article provides answers to some of the most common questions about running
176176

177177
## General
178178

179-
1. **Are SQL Server Failover Cluster Instances (FCI) supported on Azure VMs?**
179+
1. **Are SQL Server failover cluster instances (FCI) supported on Azure VMs?**
180180

181-
Yes. You can [create a Windows Failover Cluster on Windows Server 2016](virtual-machines-windows-portal-sql-create-failover-cluster.md) and use Storage Spaces Direct (S2D) for the cluster storage. Alternatively, you can use third-party clustering or storage solutions as described in [High availability and disaster recovery for SQL Server in Azure Virtual Machines](virtual-machines-windows-sql-high-availability-dr.md#azure-only-high-availability-solutions).
181+
Yes. You can install a failover cluster instance using either [premium file shares (PFS)](virtual-machines-windows-portal-sql-create-failover-cluster-premium-file-share.md) or [storage spaces direct (S2D)](virtual-machines-windows-portal-sql-create-failover-cluster.md) for the storage subsystem. Premium file shares provide IOPS and throughput capacities that will meet the needs of many workloads. For IO-intensive workloads, consider using storage spaces direct based on manged premium or ultra-disks. Alternatively, you can use third-party clustering or storage solutions as described in [High availability and disaster recovery for SQL Server in Azure Virtual Machines](virtual-machines-windows-sql-high-availability-dr.md#azure-only-high-availability-solutions).
182182

183183
> [!IMPORTANT]
184184
> At this time, the _full_ [SQL Server IaaS Agent Extension](virtual-machines-windows-sql-server-agent-extension.md) is not supported for SQL Server FCI on Azure. We recommend that you uninstall the _full_ extension from VMs that participate in the FCI, and install the extension in _lightweight_ mode instead. This extension supports features, such as Automated Backup and Patching and some portal features for SQL Server. These features will not work for SQL Server VMs after the _full_ agent is uninstalled.

0 commit comments

Comments
 (0)