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: Functions/Admin/Set-RsDatabase.ps1
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ function Set-RsDatabase
8
8
This script configures the database settings used by SQL Server Reporting Services.
9
9
10
10
.DESCRIPTION
11
-
This script configures SQL Server Reporting Services to either create and use a new RS database or use an existing RS database.
11
+
This script configures SQL Server Reporting Services to either create and use a new RS database or use an existing RS database. You must be an admin in RS and SQL Server in order to perform this operation successfully.
12
12
13
13
.PARAMETERReportServerInstance (optional)
14
14
Specify the name of the SQL Server Reporting Services Instance.
Copy file name to clipboardExpand all lines: Functions/Admin/Set-RsDatabaseCredentials.ps1
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ function Set-RsDatabaseCredentials
8
8
This script configures the credentials used to connect to the database used by SQL Server Reporting Services.
9
9
10
10
.DESCRIPTION
11
-
This script configures the credentials used to connect to the database used by SQL Server Reporting Services.
11
+
This script configures the credentials used to connect to the database used by SQL Server Reporting Services. You must be an admin in RS and SQL Server in order to perform this operation successfully.
12
12
13
13
.PARAMETERReportServerInstance (optional)
14
14
Specify the name of the SQL Server Reporting Services Instance.
@@ -57,7 +57,7 @@ function Set-RsDatabaseCredentials
0 commit comments