PHP MSSQL Dump

Package:
PHP MSSQL Dump
Summary:
Dump a Microsoft SQL server database
Groups:
Databases, PHP 5, Systems administration
Author:
Jonathan Hilgeman
Description:
This class can be used to generate a dump of a Microsoft SQL server database.

It accesses a given Microsoft SQL server database and retrieves schema and data to generate a string with SQL statements that can be used to recreate the database.

The class may dump just the database schema, just the table data, or both.

It may also strip comments and not indent the output string with tabs to make the output as compact as possible.


Powered by Gewgley