Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
Try Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
You can admin a SQL Server with php, like PHPMyAdmin for MySQL
Github repository: https://github.com/miguelaxcar/PHP-MSSQL-Server-Admin
Web based tool written in PHP by Luiz Miguel Axcar to build and run queries on a remote or local MSSQL (Microsoft SQL Server). Support for SQL code highlight (!), table browser, field browser, TOP records, most used tables, CSV results export, etc. Most tested in SQL 2000 version.
If you find some issue ther let me know and I help you fixing it.
eXcentia's OpenSource OTRS package for external database connection from the agent interface. It adds SQL Box functionality in order to query external datasources.
An SQL handler to interface multiple databases data to the OpeNDAP Hyrax (BES) server. Written in C++, it uses unixODBC to query DB and can be dynamically extended to use proprietary ODBC API driver in many easy ways. It is bundled with scripts to ge
AnyQA is a platform independent SQLquery browser that allows you to browse different DBMS. Currently, only MySQL and SQLite is supported. In future, PostgreSQL, Oracle, etc. are to be included. It also provides a uniform C++ API for DBMS access.
SQLOrm focuses on mediating database interaction rather than shielding the user from it. SQLOrm consists of 3 major parts. A dynamic query builder. A prepared statement layer. A resultset to object graph mapper, supporting batch inserts/updates.
Java Object Query System(JOQS)- JOQS is a simple object/relational persistence and query service. JOQS lets you develop persistent classes using simple query string (Object Query String, QS). Just like native SQL, object query string is very powerful, it's easy to understand.
The Project FrontEnd for MYSQL is the portable front end to the open source database server MYSQL. It aims at providing a complete front end to MYSQL and thus reducing the difficulty caused while interacting the system using query language SQL.
MyQuickSQL written in Perl and GTK+ for administration of MySQL databases version 5.1 and more, to quick managed data with Scripting style of databases, helping by "Query Snippet", Export queries in HTML, XML, TEXT (CSV) and generate a "Perl/CGI Code
Visual SQL Builder is a graphical PostgreSQL client written in java that will allow users to Visually build a complete SQL statement, without typing any clause. Building complex SQL queries in an easy way, reducing debugging, syntax and logic errors.
Java developer's tool for query building that works with MySQL, AS400, Oracle, Sql Server and other JDBC DB's. Includes PreparedStatement Editor, Query Builder, SQL Code Generator, CSV Export, Database Navigator w/ regex filtering, Sql Diff & more.
Data Investigator: An online query tool built using ASP.NET and VB.NET to investigate the data inside a local or remote SQL Server database. Mainly intended for use if you're not sure what the database contains (and you don't have an existing interface
PhpBuns is a generator of SQLquery and web pages writen in Php.
It makes it possible (amongst other things) to generate the query and the pages for the add, edit, del, list and data retrieval in a SQL database.
This is a GUI Database query tool. It allows a user to request specific information with just a few clicks. It has drill-down and print capabilities and requires no end-user knowledge of the underlying sql or database structure.
A cgi program written in Python that turns HTTP GET and POST queries into SQL queries, runs them, turns the results into XML, and then returns the XML as the response to the HTTP query. It also supports returning a single BLOB as the whole response.
JXmlSql is a Java database API ( MySql, Oracle, Access )that eliminates JDBC code. JXmlSql allows developers to define application and prepopulation SQL statements inside xml files. Options for query, insert, update, delete, report and prepopulation SQL.
Sqled is a simple sql editor to write and execute sql and ddl commands, and shows query results in a grid table view. It helps user with sintax highliting and table list selection.
Visual DB Script is an editor PHP,ASP,HTML(can support other languages) that integrate the functionally of a Database Manager (like Access or MySQL). It supports Scripting Developers with specifical SQL commands and an SQLQuery Designer
MySQL Query Analyzer is a simple MySQL client written in Java. It contains GUI elements for entering a query, viewing any SQL errors, viewing query times, and a table displaying the query results. It also supports saving queries and results to disk.
Sqlite Query and Management is a client application running on Windows(c) platform intended to manage visualy SQLITE (www.sqlite.org) databases via tools and the usage of SQL language.
It is developed under C++ builder 3 and use the Synedit component.
PgQuery is an interactive GUI tool for querying PostgreSQL databases. After connecting to a database server you can open views and tables, send custom sql statements, export the result to CSV (local file) or send it to KSpread to open it as a spreadsheet
MyAntarMuka is a web interface to MySQL table writen in PHP. It is simple to install and to use. Basic Features included are view, add, update, and delete record. Also included direct SQLquery.
PHP code to manage a MySQL db over the web. Add/Drop databases and tables. Insert/Update/Delete records. Enter your own SQLquery. No config files/scripts. Small and simple.
Externalized Queries - a Java framework for externalizing SQL queries from source code. Query descriptor supports conditional logic and configurable caching. Custom taglib simplifies data display on JSPs.