views:

55

answers:

2

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 similar tools that exist for a IIS/ASP environment.

+2  A: 

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

Gus
+1  A: 

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?

Ivar Bonsaksen