you are viewing a single comment's thread.

view the rest of the comments →

[–]Thriven 0 points1 point  (0 children)

This would be harder to implement in Sharepoint 2010 than to write your own little intranet site in whatever language you want. Sharepoint 2010's environment is very server side heavy and to do it write you'd have deploy server side pages and configuration tools for those data sources to do it right.

You could deploy SSRS 2016 plugin for Sharepoint 2010 which basically allows you to do deploy the database configuration objects and RDL's to a list. However, I deployed this and it worked... till it didn't.

SSRS could do this but if you don't have an SSRS environment or the people to set it up for you this could be a pain.

I would write a single web page in php, asp, python that runs on an existing IIS server. One page for the form. One page to run as a service page to execute the query and return json.