MSSQL Administrator
I’ve been working on an MSSQL based PHP application the last couple weeks, and I didn’t really have a good way to see what data was actually in the tables, or indeed what columns and datatypes the tables were made up of. I was essentially given the database connection info and told to “get to it.”
So, I wrote a little database administration tool to connect to an MSSQL database with PHP. It allows you to create, retrieve, update and delete records from a given table, as well as select which table in the database to perform these operations on.
It’s pretty rudimentary, so we’ll just say it’s “beta”. But I figured I’d post it here just in case some fellow traveler found use for it.
Click the image (or here) to download it. In case that wasn’t obvious.
The color scheme is based off of Readability’s cool “Inverse” theme.
If you want, you can also get just the MSSQLConnection.php class file, which will let you create an object that will handle running MSSQL queries for you.
