Install Taskpad View Report - SQL-FineBuild/Common GitHub Wiki
Previous Configure Reporting Services Instance | Manual Install | Install Reporting Services Scripter Next |
---|
FineBuild can install and configure the SQL 2000 Taskpad View Report as part of the SQL Server install process
If you do not want to include Taskpad View Report in your FineBuild install, then do not download it
Taskpad View Report was written by Jasper Smith and Simon Sabin. It was chosen to be included in FineBuild because it provides functionality in SQL Server that is similar to the Taskpad View in SQL Server 2000, and provides an example of a Custom Report
Taskpad View Report is no longer supported and the download is no longer available. The functionality previously provided by Taskpad View Report is now available in SSMS.
Item | Link |
---|---|
Taskpad View Report home page | https://web.archive.org/web/20170604153807/http://sqlblogcasts.com/files/folders/custom_reports/entry1403.aspx |
Taskpad View Report download | The download for Taskpad View Report is no longer available |
FineBuild Taskpad View Report Install
Automated silent installation of Taskpad View Report is performed by Process Id 4RB and is controlled by the parameters below:
SQL Version | Parameter | FULL Build | WORKSTATION Build | CLIENT Build |
---|---|---|---|---|
SQL2019 | /SetupRptTaskpad: | N/A | N/A | N/A |
/SetupSQLTools: | No | Yes | Yes | |
SQL2017 | /SetupRptTaskpad: | N/A | N/A | N/A |
/SetupSQLTools: | No | Yes | Yes | |
SQL2016 | /SetupRptTaskpad: | N/A | N/A | N/A |
/SetupSQLTools: | No | Yes | Yes | |
SQL2014 | /SetupRptTaskpad: | N/A | N/A | N/A |
/SetupSQLTools: | No | Yes | Yes | |
SQL2012 | /SetupRptTaskpad: | N/A | N/A | N/A |
/SetupSQLTools: | No | Yes | Yes | |
SQL2008R2 | /SetupRptTaskpad: | Yes | Yes | Yes |
/SetupSQLTools: | No | Yes | Yes | |
SQL2008 | /SetupRptTaskpad: | Yes | Yes | Yes |
/SetupSQLTools: | No | Yes | Yes | |
SQL2005 | /SetupRptTaskpad: | Yes | Yes | Yes |
/SetupSQLTools: | No | Yes | Yes |
In order to maintain compatibility with older versions of SQL FineBuild, the parameters /InstRptTaskpad: and /InstSQLTools: can also be used
FineBuild also uses the following parameters to help install Taskpad View Report:
Parameter | Default Value | Description |
---|---|---|
/RptTaskPadRdl: | SQL2000 Taskpad View.rdl | Name of Taskpad View Report report file |
/VolDBA: | E: | Volume hosting DBA Files |
The Taskpad View Report will be installed with CLIENT and WORKSTATION builds, but not with a FULL build
If you want to install it with a FULL build, the following parameter should be added at run time:
/SetupSQLTools:Yes
The FineBuild install for Taskpad View Report includes the following:
- Perform a Taskpad View Report install
Manual Taskpad View Report Install
The following steps show what you would have to do to install the Taskpad View Report manually. FineBuild does all of this work for you automatically.
-
Navigate to the Additional Components folder
Copy the following file to E:\DBA_Files\SQL Server Management Studio\Custom Reports
SQL2000 Taskpad View.rdl
Copyright FineBuild Team © 2011 - 2021. License and Acknowledgements
Previous Configure Reporting Services Instance | Top | Install Reporting Services Scripter Next |
---|