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
Copy file name to clipboardExpand all lines: docs/database-engine/install-windows/supported-version-and-edition-upgrades.md
+15-20Lines changed: 15 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ ms.workload: "Active"
46
46
47
47
- Cross-version instances of [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] are not supported. Version numbers of the [!INCLUDE[ssDE](../../includes/ssde-md.md)], [!INCLUDE[ssASnoversion](../../includes/ssasnoversion-md.md)], and [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components must be the same in an instance of [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)].
48
48
49
-
-SQL Server 2016 is only available for 64-bit platforms. Cross-platform upgrade is not supported. You cannot upgrade a 32-bit instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to native 64-bit using [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup. However, you can back up or detach databases from a 32-bit instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and then restore or attach them to a new instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (64-bit) if the databases are not published in replication. You must re-create any logins and other user objects in master, msdb, and model system databases.
49
+
-[!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] is only available for 64-bit platforms. Cross-platform upgrade is not supported. You cannot upgrade a 32-bit instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to native 64-bit using [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Setup. However, you can back up or detach databases from a 32-bit instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], and then restore or attach them to a new instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] (64-bit) if the databases are not published in replication. You must re-create any logins and other user objects in master, msdb, and model system databases.
50
50
51
51
- You cannot add new features during the upgrade of your existing instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. After you upgrade an instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)], you can add features by using the [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Setup. For more information, see [Add Features to an Instance of SQL Server 2016 (Setup)](../../database-engine/install-windows/add-features-to-an-instance-of-sql-server-2016-setup.md).
52
52
@@ -60,17 +60,15 @@ ms.workload: "Active"
60
60
61
61
SQL Server 2016 supports upgrade from the following versions of SQL Server:
62
62
63
-
-SQL Server 2008 SP4 or later
64
-
-SQL Server 2008 R2 SP3 or later
65
-
-SQL Server 2012 SP2 or later
66
-
-SQL Server 2014 or later
63
+
-[!INCLUDE[ssKatmai](../../includes/ssKatmai-md.md)] SP4 or later
64
+
-[!INCLUDE[ssKilimanjaro](../../includes/ssKilimanjaro-md.md)] SP3 or later
65
+
-[!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] SP2 or later
66
+
-[!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] or later
67
67
68
-
69
-
70
68
> [!NOTE]
71
-
> To upgrade databases on [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] see [Support for 2005](#SupportFor2005).
69
+
> To upgrade databases on [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] see [Support for 2005](#SupportFor2005).
72
70
73
-
The table below lists the supported upgrade scenarios from earlier versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)].
71
+
The table below lists the supported upgrade scenarios from earlier versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)].
74
72
75
73
|Upgrade from|Supported upgrade path|
76
74
|------------------|----------------------------|
@@ -107,10 +105,9 @@ SQL Server 2016 supports upgrade from the following versions of SQL Server:
\* Microsoft support to upgrade from release candidate software is specifically for customers who participated in the Technology Adoption Program (TAP).
110
-
111
108
112
109
### <aname="SupportFor2005"></a> [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Support for [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)]
113
-
This section discusses [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] support for [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)]. In [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)], you will be able to do the following:
110
+
This section discusses [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] support for [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)]. In [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)], you will be able to do the following:
114
111
115
112
- Attach a [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] database (mdf/ldf files) to [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] instance of database engine.
116
113
@@ -120,7 +117,7 @@ SQL Server 2016 supports upgrade from the following versions of SQL Server:
120
117
121
118
When a [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] database is upgraded to [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)], the database compatibility level will be changed from 90 to 100. (In [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)], valid values for the database compatibility level are 100, 110, 120, and 130.) [ALTER DATABASE Compatibility Level (Transact-SQL)](../../t-sql/statements/alter-database-transact-sql-compatibility-level.md) discusses how the compatibility level change could affect [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] applications.
122
119
123
-
Any scenarios not specified in the list above are not supported, including but not limited to the following:
120
+
Any scenarios not specified in the list above are not supported, including but not limited to the following:
124
121
125
122
- Installing [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] and [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] on same computer (side by side).
126
123
@@ -143,9 +140,9 @@ SQL Server 2016 supports upgrade from the following versions of SQL Server:
143
140
- Support for [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)] third party custom Integration Services components, such as execute and upgrade.
The following table lists the supported edition upgrade scenarios in [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)].
143
+
The following table lists the supported edition upgrade scenarios in [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)].
147
144
148
-
For step-by-step instructions on how to perform an edition upgrade, see [Upgrade to a Different Edition of SQL Server 2016 (Setup)](../../database-engine/install-windows/upgrade-to-a-different-edition-of-sql-server-setup.md).
145
+
For step-by-step instructions on how to perform an edition upgrade, see [Upgrade to a Different Edition of SQL Server 2016 (Setup)](../../database-engine/install-windows/upgrade-to-a-different-edition-of-sql-server-setup.md).
149
146
150
147
|Upgrade From|Upgrade To|
151
148
|------------------|----------------|
@@ -156,7 +153,7 @@ SQL Server 2016 supports upgrade from the following versions of SQL Server:
156
153
|[!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Web|[!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Enterprise (Server+CAL or Core License) <br/><br/> [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Standard|
157
154
|[!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Express*|[!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Enterprise (Server+CAL or Core License) <br/><br/> [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Developer <br/> <br/> [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Standard <br/> <br/> [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Web|
158
155
159
-
Additionally you can also perform an edition upgrade between [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Enterprise (Server+CAL license) and [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Enterprise (Core License):
156
+
Additionally you can also perform an edition upgrade between [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Enterprise (Server+CAL license) and [!INCLUDE[sssql15-md](../../includes/sssql15-md.md)] Enterprise (Core License):
@@ -177,10 +174,8 @@ SQL Server 2016 supports upgrade from the following versions of SQL Server:
177
174
178
175
## See Also
179
176
180
-
[Editions and Supported Features for SQL Server 2016](../../sql-server/editions-and-supported-features-for-sql-server-2016.md)
181
-
182
-
[Hardware and Software Requirements for Installing SQL Server 2016](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md)
183
-
184
-
[Upgrade to SQL Server 2016](../../database-engine/install-windows/upgrade-sql-server.md)
177
+
[Editions and Supported Features for SQL Server 2016](../../sql-server/editions-and-supported-features-for-sql-server-2016.md)
178
+
[Hardware and Software Requirements for Installing SQL Server 2016](../../sql-server/install/hardware-and-software-requirements-for-installing-sql-server.md)
179
+
[Upgrade to SQL Server 2016](../../database-engine/install-windows/upgrade-sql-server.md)
0 commit comments