There is a widely used software in my industry that deploys and uses a local MS SQL Database. (It only runs on Windows OS's)
I have a vbs script / .Net application / php page that will search specific local variables from the registry, ie computer name. Using a default read only username and password, and this detail acquired from the registry, my script can run SQL queries against ANY such database, and give the user real time reports from their own data. This could be financial data (ie debtors listings), demographic data, or line-of-business data.
I'd like to add a web page to my website where users of this industry software could click on a link on my website that queries their SQL database using the default read only username and password, and shows them reports on their own data.
Is this even possible?
(From a security perspective I probably hope not, but this would be pretty cool if it can be achieved, even if the user had to manually enter their server name, or even a local Windows username and password to authenticate - this could work for me)