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/includes/ssrs-previous-versions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,4 @@ ms.topic: include
9
9
ms.custom: include file
10
10
---
11
11
12
-
For content related to previous versions of SQL Server Reporting Services (SSRS), see [SQL Server 2014 Reporting Services](../reporting-services/create-deploy-and-manage-mobile-and-paginated-reports.md).
12
+
For content related to previous versions of SQL Server Reporting Services (SSRS), see [What is SQL Server Reporting Services?](../reporting-services/create-deploy-and-manage-mobile-and-paginated-reports.md).
Copy file name to clipboardExpand all lines: docs/reporting-services/install-windows/configure-a-report-server-database-connection-ssrs-configuration-manager.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: reporting-services
8
8
ms.subservice: report-server
9
9
ms.topic: conceptual
10
10
ms.custom: updatefrequency5
11
-
#customer-intent: As an SQL Server administrator, I want to understand how to configure and manage a SQL Server report server database connection to ensure seamless report server operations.
11
+
#customer-intent: As a SQL Server administrator, I want to understand how to configure and manage a SQL Server report server database connection so that I can ensure seamless report server operations.
12
12
---
13
13
14
14
# Configure a report server database connection (Report Server Configuration Manager)
@@ -27,7 +27,7 @@ Configure a report server database connection in the following circumstances:
27
27
28
28
-**First-time configuration**: When you first use the report server.
29
29
-**Database changes**: When you need a report server to use a different report server database.
30
-
-**Account changes**: When the user account or password that is used for the database connection changes.
30
+
-**Account changes**: When the user account or password that's used for the database connection changes.
31
31
> [!NOTE]
32
32
> Update the connection when the account information is stored in the `RSReportServer.config` file. If you use the service account, which uses Windows integrated security, the password isn't stored. For more information about changing accounts, see [Configure the report server service account (Report Server Configuration Manager)](../../reporting-services/install-windows/configure-the-report-server-service-account-ssrs-configuration-manager.md).
33
33
-**Scale-out deployment**: If you configure a scale-out deployment, create multiple connections to a report server database. For more information about how to perform this multi-step operation, see [Configure a Native mode report server scale-out deployment (Report Server Configuration Manager)](../../reporting-services/install-windows/configure-a-native-mode-report-server-scale-out-deployment.md).
@@ -60,7 +60,7 @@ The credentials you provide must be granted access to the report server database
60
60
61
61
[!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] stores and encrypts the connection information in the following `RSreportserver.config` settings. Use the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool or **rsconfig** utility to create encrypted values for these settings.
62
62
63
-
Not all of the values are set for every type of connection. If you configure the connection by using the default values for the service accounts to make the connection, \<**LogonUser**>, \<**LogonDomain**>, and \<**LogonCred**> are empty, as follows:
63
+
Not all values are set for every connection type. If you configure the connection by using the default values for the service accounts to make the connection, \<**LogonUser**>, \<**LogonDomain**>, and \<**LogonCred**> are empty, as follows:
64
64
65
65
```
66
66
<Dsn></Dsn>
@@ -70,24 +70,22 @@ Not all of the values are set for every type of connection. If you configure the
70
70
<LogonCred></LogonCred>
71
71
```
72
72
73
-
If you configure the connection to use a specific Windows account or database sign-in credentials, remember to update the stored values if you then change the account or sign-in credentials.
73
+
If you configure the connection to use a specific Windows account or database sign-in credentials and you then change the account or sign-in credentials, remember to update the stored values.
74
74
75
75
## Choose a credential type
76
76
77
77
There are three types of credentials that you can use in a connection to a report server database:
78
78
79
79
-**Windows integrated security with the Report Server service account**: Because the report server is implemented as a single service, only the account under which the service runs requires database access.
80
80
-**Windows user account**: If the report server and the report server database are installed on the same computer, you can use a local account. Otherwise, use a domain account.
81
-
-**SQL Server sign-in credentials**: Use SQL Server sign-in credentials to authenticate and connect to the report server database. This option is useful when the database server is in a different domain or when using workgroup security instead of domain security.
81
+
-**SQL Server sign-in credentials**: Use SQL Server sign-in credentials to authenticate and connect to the report server database. This option is useful when the database server is in a different domain or when you use workgroup security instead of domain security.
82
82
83
83
> [!NOTE]
84
84
> You can't use a custom authentication extension to connect to a report server database. Custom authentication extensions are used only to authenticate a principal to a report server. They don't affect connections to the report server database or to external data sources that provide content to reports.
85
85
86
86
::: moniker range=">=sql-server-ver15"
87
-
88
87
> [!NOTE]
89
88
> When you use Azure SQL Managed Instance to host report server databases, SQL Server authentication is the only supported credential type. In addition, Managed Instance can't host report server instance.
90
-
91
89
::: moniker-end
92
90
93
91
### Use Windows integrated security with the Report Server service account
@@ -96,21 +94,21 @@ You can use Windows integrated security to connect through the Report Server ser
96
94
97
95
The service account is a trusted account that provides a low-maintenance approach to managing a report server database connection. Because the service account uses Windows integrated security to make the connection, the credentials don't have to be stored. However, if you then change the service account password or identity, be sure to use the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool to make the change. The tool automatically updates the database permissions to use the revised account information. For more information, see [Configure the report server service account (Report Server Configuration Manager)](../../reporting-services/install-windows/configure-the-report-server-service-account-ssrs-configuration-manager.md).
98
96
99
-
If you configure the database connection to use the service account, the account must have network permissions if the report server database is on a remote computer. Don't use the service account if the report server database is on a different domain, behind a firewall, or if you're using workgroup security instead of domain security. Use a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database user account instead.
97
+
If you configure the database connection to use the service account and the report server database is on a remote computer, the account must have network permissions. Don't use the service account if the report server database is on a different domain, behind a firewall, or if you use workgroup security instead of domain security. Use a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database user account instead.
100
98
101
99
If you configure the instance of the [!INCLUDE[ssDE](../../includes/ssde-md.md)] for Windows Authentication, ensure the instance is in the same domain or a trusted domain with the report server computer. You can then configure the connection to use the service account. Alternatively, you can use a domain user account that you manage as a connection property through the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool. If the database server is in a different domain, or if you use workgroup security, configure the connection to use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] database sign-in credentials. In this case, be sure to encrypt the connection.
102
100
103
101
### Use a Windows user account
104
102
105
-
You can specify a Windows user account for the report server connection to the report server database. If you use a local or domain account, Update the report server database connection every time you change the password or the account. Always use the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool to update the connection.
103
+
You can specify a Windows user account for the report server connection to the report server database. If you use a local or domain account, update the report server database connection every time you change the password or the account. Always use the [!INCLUDE[ssRSnoversion](../../includes/ssrsnoversion-md.md)] Configuration tool to update the connection.
106
104
107
105
### Use SQL Server sign-in credentials
108
106
109
-
You can specify one set of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] sign-in credentials to connect to the report server database. If you use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] authentication and the report server database is on a remote computer, use IPSec to help secure the transmission of data between the servers. If you use database sign-in credentials, update the report server database connection every time you change the password or the account.
107
+
You can specify one set of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] sign-in credentials to connect to the report server database. If you use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] authentication, and the report server database is on a remote computer, use IPSec to help secure the transmission of data between the servers. If you use database sign-in credentials, update the report server database connection every time you change the password or the account.
110
108
111
109
## Database permissions
112
110
113
-
Accounts used to connect to the report server database are granted the following roles.
111
+
Accounts used to connect to the report server database are granted the following roles:
0 commit comments