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/reporting-services/install-windows/install-reporting-services.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Install SQL Server Reporting Services | Microsoft Docs"
3
-
ms.date: 10/02/2019
3
+
ms.date: 05/01/2020
4
4
ms.prod: reporting-services
5
5
ms.prod_service: "reporting-services-native"
6
6
@@ -27,6 +27,8 @@ Download [SQL Server 2017 Reporting Services](https://www.microsoft.com/download
27
27
28
28
> [!NOTE]
29
29
> Looking for Power BI Report Server? See [Install Power BI Report Server](https://powerbi.microsoft.com/documentation/reportserver-install-report-server/).
30
+
>
31
+
> Upgrading or migrating from a SQL Server 2016 or earlier version of Reporting Services? See [Upgrade and Migrate Reporting Services](upgrade-and-migrate-reporting-services.md).
# Migrate a Reporting Services Installation (Native Mode)
12
12
13
13
This topic provides step-by-step instructions for migrating one of the following supported versions of a [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] native mode deployment to a new SQL Server Reporting Services instance:
@@ -142,9 +142,11 @@ For more information about changes in SQL Server Reporting Services, see the Upg
142
142
143
143
Click one of the following links to view instructions on how to install a new instance of [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)]:
144
144
145
-
*[Install SQL Server from the Installation Wizard (Setup)](../../database-engine/install-windows/install-sql-server-from-the-installation-wizard-setup.md)
145
+
*[Install SQL Server Reporting Services 2016 and older from the Installation Wizard (Setup)](install-reporting-services-native-mode-report-server.md)
146
146
147
-
*[Install SQL Server from the Command Prompt](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md)
147
+
*[Install SQL Server Reporting Services 2016 and older from the Command Prompt](../../database-engine/install-windows/install-sql-server-from-the-command-prompt.md)
148
+
149
+
*[Install SQL Server Reporting Services 2017 and later](install-reporting-services.md)
148
150
149
151
## <aname="bkmk_move_database"></a> Move the Report Server Database
This topic is an overview of the upgrade and migration options for SQL Server Reporting Services. There are two general approaches to upgrading a SQL Server Reporting Services deployment:
20
+
This topic is an overview of the upgrade and migration options for SQL Server Reporting Services. Here are the general approaches to upgrading a SQL Server Reporting Services deployment:
21
21
22
-
-**Upgrade:** You upgrade the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components on the servers and instances where they are currently installed. This is commonly called an "in place" upgrade. In-place upgrade is not supported from one mode of [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] server to another. For example, you cannot upgrade a Native Mode report server to a SharePoint mode report server. You can migrate your report items from one mode to another. For more information, see the 'Native to SharePoint Migration' section later in this document.
22
+
-**Upgrade *to* Reporting Services 2016 and older *from* Reporting Services 2016 and older:** You upgrade the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] components on the servers and instances where they are currently installed. This is commonly called an "in place" upgrade. In-place upgrade is not supported from one mode of [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] server to another. For example, you cannot upgrade a Native Mode report server to a SharePoint mode report server. You can migrate your report items from one mode to another. For more information, see the [SharePoint mode upgrade and migration scenarios](#bkmk_sharePoint_scenarios) section later in this document.
23
+
24
+
-**Upgrade *to* Reporting Services 2017 and later *from* Reporting Services 2016 and older** isn’t the same upgrade scenario as in previous versions. When upgrading *to* Reporting Services 2016 and older versions, you could following an in-place upgrade process using SQL Server installation media. When upgrading *to* Reporting Services 2017 and later *from* Reporting Services 2016 and older, you can’t follow the same steps because the new Reporting Services installation is a standalone product. It's no longer part of the SQL Server installation media.
25
+
26
+
To upgrade from Reporting Services 2016 and older versions to Reporting Services 2017 and later, follow the [Migrate a Reporting Services Installation (Native Mode)](migrate-a-reporting-services-installation-native-mode.md) article, with Reporting Services 2017 or later as your destination instance.
27
+
28
+
-**Upgrade *from* Reporting Services 2017 to future versions** is again an in-place upgrade scenario, because the product installation GUIDs are the same. Run the SQLServerReportingServices.exe installation file to begin the in-place upgrade on the server where Reporting Services is currently installed.
23
29
24
-
-**Migrate**: You install and configure a new SharePoint environment, copy your report items and resources to the new environment, and configure the new environment to use existing content. A lower level form of migration is to copy the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] databases, configuration files, and if you are using SharePoint mode, the SharePoint content databases.
-**Migrate**: You install and configure a new SharePoint environment, copy your report items and resources to the new environment, and configure the new environment to use existing content. A lower level form of migration is to copy the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] databases, configuration files, and if you are using SharePoint mode, the SharePoint content databases.
31
+
27
32
28
33
> [!NOTE]
29
-
> Reporting Services integration with SharePoint is no longer available after SQL Server 2016.
34
+
> Reporting Services integration with SharePoint isn't available after SQL Server 2016.
30
35
31
36
## <aname="bkmk_known_issues"></a> Known Upgrade Issues and Best Practices
32
37
For a detailed list of the supported editions and versions you can upgrade, see [Supported Version and Edition Upgrades](../../database-engine/install-windows/supported-version-and-edition-upgrades.md).
33
38
34
39
> [!TIP]
35
-
> For the latest information regarding issues with SQL Server, see the following:
36
-
>
37
-
> -[SQL Server 2016 Release Notes](https://go.microsoft.com/fwlink/?LinkID=398124).
40
+
> For the latest information regarding issues with SQL Server, see [SQL Server 2016 Release Notes](https://go.microsoft.com/fwlink/?LinkID=398124).
38
41
39
42
40
43
## <aname="bkmk_side_by_side"></a> Side By Side Installations
0 commit comments