AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Earn up to 16% annual interest with Nexo.
Let your crypto work for you
Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
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.
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
UPhoDb is not a server, but a lib to use within your application, like SQLite.
It is object oriented, stores its data following a key-value pair logic like CouchDb.
It is written with and for PHP, and uses PHP as request language.
Science Laboratory Inventory and Order Management System
Science Laboratory Inventory and Orders Management System: suitable for school's science laboratories to manage stored items (chemical and equipment) and adds a way to order these items on-line for science lessons and practical experiments. It's PHP/MySQL web application which needs to be installed in one server and runs in any client's browser with no modification at all. It's a multi-user system with different privileges. Demo is available at: http://sciencelabinv.sourceforge.net/demo/
Simple monitoring utility to help optimizing a (MySQL) database server. Run the utility for a time to record queries on the database. Generate reports while the utility is running or afterwards. Reports are available as text or excel-sheets.
The SPASE Registry Explorer is a web browser application that enables interactive exploration of a SPASE compliant registry. The contents of a SPASE registry are organized in a tree and resource descriptions rendered for viewing in the browser.
Abstracts developers from SQL syntax, with methods that return Strings to pass on to JDBC, thus allowing compile-time checking for, many, otherwise run-time bugs. e.g. stmt.executeQuery(SqlWrapper.selectId(ordersTable, customerColumn, "John Smith")
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.
AnyQA is a platform independent SQL query 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.
XBMC Web Manager a pour but de pouvoir visualiser et gérer facilement sa base Vidéo XBMC. Pour l'heure seule la partie visualisation sera bientôt réalisée.
LabDiary is a program for managing laboratory experiments in a sophisticated way. It is very easy to use - you can link experiments logically with each other, associate files to an experiment and structure all your data.
REMO == Remo Edits Makello Online: you can -- either with a web browser or a face-to-face Ruby application -- define SQL tables, links & indexes. REMO turns this into the framework of an application to manage the data (first sales data, so Makello).
Armaria is a personal database of scientific publications and other documents. It helps to store, organize, browse, view and cite scientific documents (papers, books etc.) and other types of multimedia (e.g. videos). Armaria is free and cross-platform.
OpenReports is a powerful, flexible, and easy to use web reporting solution that provides browser based, parameter driven, dynamic report generation and flexible report scheduling capabilities. Supports JasperReports, JFreeReport, JXLS, and Eclipse BIRT
pyxmdb is a database utility for exporting and importing data between a delimited text file and virtually any DBMS. Tested with Python 2.3-2.6, Linux and Windows, SQLite, MySQL, PostgreSQL, Oracle and Ingres. User extendable for any Python DB-API driver.
DBBrowser is an open source (GPL license), cross-platform tool which can be used to view the contents of a database. It works with Oracle and MySQL. The user can view, modify, delete records without writing SQL.
openMyAdmin is a free CMS, established on the basis of recent trends in developing web applications such as AJAX, MVC and OOP. Basic principles of CMS: web desktop and modular structure.
This class provides some methodts
- to easily get results forom SQL-Queries as Array, Hashtable or Value (e.g. SELECT MAX(..) FROM ..)
- To insert, update or delete records
- It works together with my other Library stdfuncs (PHPCoreStdFuncs in SF)