Equivalent of phpMyAdmin for MSSQL?
Posted
by
Tedd Hansen
on Server Fault
See other posts from Server Fault
or by Tedd Hansen
Published on 2011-06-22T06:43:22Z
Indexed on
2011/06/22
8:24 UTC
Read the original article
Hit count: 255
Is there any webinterface for administrating MSSQL similar to phpMyAdmin (for MySQL)?
I want a self-service setup where developers can create a database through webinterface and upload/download backups of the database without local access.
I've considered phpMSAdmin, but it hasn't had a release since 2006 so I'm not sure its worth the effort of setting it up. If there is something else (free or not-so-free) that would be great.
My question is similar to this one posted 2 years ago, but no good webinterface was found back then. SQL Web Data Administrator seems interesting, but it lacks a few features - most notably creating new databases (also, not updated since 2007).
© Server Fault or respective owner