PHP Classes / PHP MSSQL Dump

Dump a Microsoft SQL server database

PHP MSSQL Dump PHP Class

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.

Similar PHP Classes

Search in PHP Classes

Filter by tags