Search code examples
sql-serverweb-applicationsuser-interfaceinternalfrontend

SQL Server Database internal network Application


I have a SQL Server Database back-end. I want an internal network front-end UI, such that it is only accessible within a company network, not the web. Which platform would be best to use for a front-end UI application with a SQL Server database back-end? ASP.NET, PHP, Silverlight, or something else.

I would like to have graphs showing trends in data, and I would like to have the user to be able to select paramters on certain reports.

I do not have much experience with front-end user interfaces so I am open to just about anything. If you need more information just let me know.

Thanks


Solution

  • If you want to build a front-end mainly for reports , I would suggest using SQL Server Reporting Services.