PHP MSSQL Dump
Package:
Summary:
Dump a Microsoft SQL server database
Groups:
Author:
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.
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.
Comments are closed.