2016年4月8日 星期五

安裝SQL SERVER SSRS 的時候 ,要選擇到對的版本

安裝SQL SERVER SSRS 的時候 ,要選擇到對的版本,可以參考下面的連結
原文出處:
http://dba.stackexchange.com/questions/53931/sql-server-2012-express-with-reporting-services

Following up on my comment, you have to select ENU\x64\SQLEXPRADV_x64_ENU.exe for installation.
enter image description here
Then run the installation package and follow instruction until you get feature selection page.
enter image description here
Follow rest of the steps and complete the installation.
Now Verify the RS installation :
Note: You must be logged in as a member of the local administrators group on the computer where SQL Server 2012 Express is installed.
  1. Navigate to Start -> All Programs -> Microsoft SQL Server 2012 -> Configuration Tools -> Reporting Services Configuration Manager.
  2. In the RS Configuration Connection dialog, make sure that your local report server instance (for example SQLExpess) is selected and click Connect.
    enter image description here
  3. In the RS Configuration Manager left pane, select Web Service URL.
    enter image description here
  4. Make sure that the Virtual Directory parameter is set to ‘ReportServer_’ (‘ReportServer_SQLEXPRESS’ for the SQLEXPRESS instance), and that the TCP Port is set to 80. Click Apply.
  5. In the Reporting Services Configuration Manager left pane, select Database.enter image description here
  6. On this page, ensure that the SQL Server Name and Database Name fields contain correct values. If not, click the Change Database button and complete the Report Server Database Configuration wizard.
  7. In the Reporting Services Configuration Manager left pane, select Report Manager URL.
  8. On this page, ensure that the Virtual Directory parameter is set correctly, and that the URL is valid.
  9. Click Exit to close the RS Configuration Manager.

沒有留言:

張貼留言