0

I wonder if any one can explain how to deploy a report server project to google sites? If a understand it right I need a report server for publishing the reports.

Igor Artamonov
  • 35,450
  • 10
  • 82
  • 113
Nörden
  • 155
  • 1
  • 2
  • 12
  • 1
    Doubt it - who told you that? – P.Salmon Jun 17 '16 at 11:40
  • I need to install a report server for publishing right? – Nörden Jun 17 '16 at 12:04
  • Hi @Nörden, google vs microsoft or 2 arch-enemies in term of tech ... – Andy K Jun 17 '16 at 12:10
  • 2
    I am not clear o your requirement. Report server comes free with sql server and is MS sql server specific. To the best of my knowledge you cannot publish an SSRS project to any other product since reports are stored in SQL server. If you are delivering reports inside your company then you should publish to report server local to your company. – P.Salmon Jun 17 '16 at 12:12
  • https://feedback.azure.com/forums/217321-sql-database/suggestions/12864810-provide-a-way-to-deploy-native-ssrs-to-a-web-app – Andy K Jun 17 '16 at 12:13
  • @P.Salmon So you mean we can not show the created reports on our google site? – Nörden Jun 17 '16 at 12:15
  • I vote to close this question. OP has not done any homework and is not showing any problem related to programming that we need to resolve. – Andy K Jun 17 '16 at 12:22

1 Answers1

1

You cannot deploy a SQL Server Reporting Services project to Google Sites as running the reports requires... SQL Server Reporting Services, which is a part of the SQL Server ecosystem and not availabel on Google Sites.

You could perhaps run the report in SSRS and then export the output as HTML to the Google Sites project so you have a snapshot but you will not be able to run it in realtime. You may also be able to run it on a schedule to export the HTML version and have a process that auto uploads it via FTP.

Ben J. Boyle
  • 306
  • 1
  • 12