I'm trying to find a phpmyadmin-like db administration tool for SQL Server for a LAMP environment. I've only been able to find simila开发者_高级运维r tools that exist for a IIS/ASP environment.
Try http://www.adminer.org/
it supports mssql as well. Although its written in PHP.
There is a project called phpMSAdmin, but I have no idea if it's finished enough to be useable. The current release is 0.18 from july 2006.
http://www.phpmsadmin.org/
http://sourceforge.net/projects/phpmsadmin/files/
http://freshmeat.net/projects/phpmsadmin/
Perhaps the project could be revived? Anyone?
SQL Server Management Studio Express.
http://www.microsoft.com/downloads/details.aspx?FamilyId=C243A5AE-4BD1-4E3D-94B8-5A0F62BF7796&displaylang=en
It's not web based, but I'm not aware of any web-based ones for SQL Server
精彩评论