'Managing SQL Server using the browser (SSMS online)
I am looking for a web/cloud based solution to manage SQL Server 2012/2014 from the browser without having to install the SSMS tool. I ran across Sql Web Admin and myLittleAdmin .
Sql Web Admin doesn't appear to be working as expected for SQL Server 2014 DBs (I wasn't able to test it against 2012) and myLittleAdmin is not a free tool.
Any one know of a way to access a SQL Server over the web? Thanks
Solution 1:[1]
These Stackoverflow threads (thread 1, thread 2), list SSMS alternatives some portable (run off USB drive), and some written in Java. From Linqpad to Database.NET to Query Express, you should find a tool that would work for you.
Should these not work, SQL Server installs command-line tools (SQLCMD, powershell) that should get you editing/managing databases in no time
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Cpt. Monac |
