Innovation Award
 October 2009
Number 7 |
MySQL is the most popular database used in PHP applications.
To take backups of a MySQL database, there is the mysqldump command. There are also several classes that emulate the mysqldump in pure PHP code.
This class provides a similar solution for taking backups of Microsoft SQL server databases using pure PHP code.
Manuel Lemos |
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.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.